-
Notifications
You must be signed in to change notification settings - Fork 248
Update values.yaml - Rm whitespace DN #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update values.yaml - Rm whitespace DN #96
Conversation
According to https://opensearch.org/docs/latest/security-plugin/configuration/security-admin/#configure-the-admin-certificate there shouldn't be any whitespace in the distinguished name, so I assume it was not correct here?
Hi @sebas-intellegens please bump the charts version and tick the box for DCO. |
@sebas-intellegens Will it be possible for you to fix the conflicts in this PR and if possible create an issue you faced because of this as well. Thanks |
The DCO check failed please fix it by signing the commit @sebas-intellegens Thanks. |
Signed-off-by: Sebas <[email protected]>
Hi @sebas-intellegens please update the version for this PR thanks. |
@sebas-intellegens seems like you miss the DCO check when pulling from main. |
Hi @sebas-intellegens can you just Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
Reolved Merger conflicts as well 😁
@sebas-intellegens can you please sign off the commit? |
Literally never done this before No idea how to do this for existing commits git commit --amend -s -c c4901e5939d96e3638004ccd12f445330ee654bd
git commit --amend -s -c 89c457a9de8361cbffe15d2788057fb518d0ea43
git commit --amend -s -c f8cf7e58a3af4c583e3d975a6af5bd9c34447bbe for the commits mentioned here Hopefully this is what you mean |
|
Thanks I ran git commit --amend --no-edit -s
git pull # Because 'Updates were rejected because the tip of your current branch is behind its remote counterpart.'
git commit --amend --no-edit -s
git push from my fork |
Signed-off-by: Sebas <[email protected]>
…harts into patch-2 Signed-off-by: Sebas <[email protected]>
Signed-off-by: Sebas <[email protected]>
…harts into patch-2 Signed-off-by: Sebas <[email protected]>
@sebas-intellegens Ouch. That did not work. Can you try amending again? |
Signed-off-by: Sebas <[email protected]>
…harts into patch-2 Signed-off-by: Sebas <[email protected]>
Damn git commit --amend -s -c c4901e5939d96e3638004ccd12f445330ee654bd
git commit --amend -s -c 89c457a9de8361cbffe15d2788057fb518d0ea43
git commit --amend -s -c f8cf7e58a3af4c583e3d975a6af5bd9c34447bbe
git pull
git commit --amend --no-edit -s
git push 🤞 |
Looks good. I've got the CI running now. |
DCO is still failing 😢 |
I created a new branch |
Closing this PR in favour of #130 |
Description
According to https://opensearch.org/docs/latest/security-plugin/configuration/security-admin/#configure-the-admin-certificate
there shouldn't be any whitespace in the distinguished name, so I assume it was not correct here?
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.