You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When Attempting to leverage the security plugin, Dashboards pods crash and tell me:
{"type":"log","@timestamp":"2024-07-16T09:32:18Z","tags":["fatal","root"],"pid":1,"message":"InvalidConfigurationError: Unknown configuration key(s): \"opensearch_security.auth.type\". Check for spelling errors and ensure that expected plugins are installed.\n at ensureValidConfiguration (/usr/share/opensearch-dashboards/src/core/server/legacy/config/ensure_valid_configuration.js:50:11)\n at Server.setup (/usr/share/opensearch-dashboards/src/core/server/server.js:156:5)\n at Root.setup (/usr/share/opensearch-dashboards/src/core/server/root/index.js:60:14)\n at bootstrap (/usr/share/opensearch-dashboards/src/core/server/bootstrap.js:113:5)\n at Command.<anonymous> (/usr/share/opensearch-dashboards/src/cli/serve/serve.js:192:5) {\n code: 'InvalidConfig',\n processExitCode: 64,\n cause: undefined\n}"}
rdvansloten
changed the title
[BUG][opensearch-dashboards] opensearch_security not working?
[BUG][opensearch-dashboards] opensearch_security.auth.type not valid
Jul 16, 2024
rdvansloten
changed the title
[BUG][opensearch-dashboards] opensearch_security.auth.type not valid
[BUG][opensearch-dashboards] opensearch_security.auth.type not a valid key
Jul 16, 2024
Describe the bug
When Attempting to leverage the security plugin, Dashboards pods crash and tell me:
To Reproduce
Steps to reproduce the behavior:
It does accept
opensearch_security.auth.multiple_auth_enabled: true
when I commentopensearch_security.auth.type:
out. and boot up "correctly."Expected behavior
I expected to be able to config SAML.
Chart Name
opensearch-dashboards, latest
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Opensearch Helm values.yaml config:
Opensearch plugin list:
The text was updated successfully, but these errors were encountered: