Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch 2.7.0
Describe the issue:
I want to login with authenication becuse of security.
so I created client cert
After that, what’s next? and Is there a way to achieve it without restarting the cluster?
Hi @cucukaka
After generating client certificates, you should enable client certificate authentication in the config.yml
file and assign roles to your common name. You can find more information about that in the documentation below:
After that, You should apply changes using the securityadmin.sh
tool. You don’t need to restart the cluster for that.