-
Notifications
You must be signed in to change notification settings - Fork 300
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
Unable to login using OPENSEARCH_INITIAL_ADMIN_PASSWORD in AWS EKS #5146
Comments
@santosh-sahoo334 thanks for filing this issue. When @DarshitChanpura and I were working on implementing this we did not need to add any additional permission to JSM for these setups. Is everything running ok and just that exception is seen in the logs, or the cluster is not starting up at all? Any more information you can provide would be helpful, thanks! |
@derek-ho Thanks for the response and sorry for the delay in my response. |
I don't use or work on the helm chart but I have a couple of observations that may be helpful.
|
Hi Team,
We have installed OpenSearch in AWS EKS as a single-node mode for POC. When setting the OPENSEARCH_INITIAL_ADMIN_PASSWORD via
extraEnvs
and try to access, it throws below exception.So as a workaround, we changed the Container Security context in
values.yaml
as below. But that did not help either.Our OpenSearch instance is only accessible with default admin credentials -
admin:admin
.We also tried changing the default admin password using
internalUsersSecret
undersecurityConfig
as belowAnd the secret
opensearch-internal-users
is defined as below:Still the same issue
java.security.AccessControlException: access denied ("java.io.FilePermission" "/psw4j.properties" "read")
OpenSearch version- 2.19.0
Here is the complete values.yaml
The text was updated successfully, but these errors were encountered: