-
Notifications
You must be signed in to change notification settings - Fork 234
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
feat(chart/opensearch): add ability for serviceMonitor basicauth #594
base: main
Are you sure you want to change the base?
feat(chart/opensearch): add ability for serviceMonitor basicauth #594
Conversation
Note: We are in the review of an older PR now so will come back to this a little later. |
@peterzhuamazon any update here? Thanks! |
@peterzhuamazon any update here? |
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.
charts/opensearch/values.yaml
Outdated
# password: | ||
# secretName: credentials | ||
# secretKey: password | ||
basicAuth: {} |
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.
Thanks @eyenx can you please some details in the README ? also can basicAuth
have one secret with username and password ?
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.
I will take a look at it tomorrow
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.
I now added a existingSecret
functionality and a way to deliver the username
& pw
over the helm charts values
Signed-off-by: Toni Tauro <[email protected]>
Signed-off-by: Toni Tauro <[email protected]>
Signed-off-by: Toni Tauro <[email protected]>
c4b5ba0
to
f3a06ee
Compare
Hi @TheAlgo @prudhvigodithi please take another pass before I give an approval. Thanks. |
Description
Right now there is non possibility to set a
basicAuth
configuration for theserviceMonitor
. This PR adds itCheck List
For any changes to files within Helm chart directories:
CHANGELOG.md
updated to reflect changeBy 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.