-
Notifications
You must be signed in to change notification settings - Fork 238
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
How to add s3 access and secret key to helm charts without customize the image. #469
Comments
Hi @smlx , We want to add these s3.client.default.access_key and s3.client.default.secret_key at the time of container will start, but we couldn't do that. Thanks |
[Untriage] |
We have the same issue, to add the keys to image is a big no. We can't rebuild the image each time we need change the key. |
Hi Team,
We were trying to add s3 access and secret key in helm charts, but it's not working.
If we customize the image then its working fine, but we have many customers so we need to add these creds to helm charts.
If we customize the image then the same will not use with another customer.
As of now we tried to add s3 access and secret keys in below ways.
If anyone done this can you please suggest us how to do it.
NOTE: Here we are using opensearch-2.9.0 version
Thanks,
Anil
The text was updated successfully, but these errors were encountered: