Skip to content
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

Can we disable basic authentication? #778

Closed
SakibAbrar opened this issue Apr 3, 2024 · 2 comments
Closed

Can we disable basic authentication? #778

SakibAbrar opened this issue Apr 3, 2024 · 2 comments
Labels
question User questions. Neither a bug nor feature request.

Comments

@SakibAbrar
Copy link

I am trying to launch a cluster on an AWS EKA cluster with the basic auth disabled to make internal usage from the service more straightforward. Also can we modify the readiness probe command now? It assumes to have basic auth enabled by default.

I want to achieve something similar to: plugins.security.disabled: true just like https://opensearch.org/docs/latest/security/configuration/disable/

@github-actions github-actions bot added the untriaged Issues that have not yet been triaged label Apr 3, 2024
@swoehrl-mw
Copy link
Collaborator

Hi @SakibAbrar. The operator does not support disabling the security plugin, it always requires auth and TLS.
You could try to configure anonymous authentication

@swoehrl-mw swoehrl-mw added question User questions. Neither a bug nor feature request. and removed untriaged Issues that have not yet been triaged labels Apr 3, 2024
@SakibAbrar
Copy link
Author

Thanks @swoehrl-mw
Closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question User questions. Neither a bug nor feature request.
Projects
None yet
Development

No branches or pull requests

2 participants