Skip to content
Discussion options

You must be logged in to vote

Thank you for your reply @swoehrl-mw ,
Thanks to your suggestion, I was able to resolve my issue. I do have the securityconfig-update pod running. It was complaining that the certificate I was using was also a node certificate which isn't true. However, I noticed that the the user it said it was connecting as was written in a different order than the subject is defined on the certificate itself.

Example:
(What opensearch was attempting to use to do security config)
"CN=admin-opensearch-poc.xyz.com,O=myCompany LLC,L=City,ST=State,C=US"
(What the subject is on my certificate)
subject=/C=US/ST=State/L=City/O=myCompany LLC/CN=admin-opensearch-poc.xyz.com
(What my adminDn looked like before no…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@swoehrl-mw
Comment options

Answer selected by mrvdcsg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants