-
Notifications
You must be signed in to change notification settings - Fork 239
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
[BUG}Change Admin Password don't work when use custom securityConfig #519
Comments
Hi! The same problem: Detected OpenSearch Version: 2.12.0 In libsonnet: |
I think you need to set |
Thank you, maybe it is the right way. But the env application of DISABLE_INSTALL_DEMO_CONFIG=true itself resulted in another problem: Defaulted container "opensearch" out of: opensearch, fsgroup-volume (init), configfile (init), sysctl (init) |
I can cofirm the Problem of @mike858585: |
Hi Team, any update or workaround for this issue for example if I setup an |
Did you mount the cert into the pod as per the error message?
|
@smlx the same configuration works, just set the appVersion: "2.11.0" and the certificates are mounted correctly, Next, I will control it via API. If I wanted to mount something manually, I don't have to use the helm-charts, but only the manifests :-) |
@smlx I never mounted the mentioned Certificate and it works fine in Previous Versions. |
@smlx Thank you very much!
|
But this seems not like a valid Solution to me, because I don't need a Certificate Inside the Containers, as I use a Ingress. |
@mabahre I will not test with ingress in the near future, I use it in internal network. However, you should still use certificates to secure transport layer communication between OpenSearch cluster nodes I think. Hard to say. |
Hello, I'm seeing this as well when I install using this command K8s version: |
Describe the bug
When deploying the helm Chart to a Kubernetes Cluster with setting the default Admin Password via the Environment Variable "OPENSEARCH_INITIAL_ADMIN_PASSWORD" and setting a custom securityConfig the Deployment fails with the following Error:
No custom admin password found. Please provide a password via the environment variable OPENSEARCH_INITIAL_ADMIN_PASSWORD.
Deploying the Chart without setting a custom securityConfig works fine, but is not the desired Goal because I need to Deploy a LDAP Connection via that config.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Deployment should be able to set the Admin Password even if a custom securityConfig is provided-
Chart Name
opensearch
Version 2.18.0
Host/Environment (please complete the following information):
Complete Logs
The text was updated successfully, but these errors were encountered: