opensearch-project / ansible-playbook

🤖 A community repository for Ansible Playbook of OpenSearch Project.
https://opensearch.org/
Apache License 2.0
81 stars 97 forks source link

[Enhancement][Add the ability to authenticate to OIDC when configuring the cluster] #61

Open ssi444 opened 2 years ago

ssi444 commented 2 years ago

========== EN ===========

Current situation:

Currently, when the OpenSearch cluster is turned around, authentication is configured based on the internal user database. 2 users are added: admin and kibanaserver. There is no possibility to add new users (in security.yml it is strictly prescribed to set passwords only for these two users). It is also not possible to change other settings (e.g. tenants, roles, role_mapping) or configure authentication via OIDC using these roles

What would you like:

Be able to flexibly configure the above parameters using these roles

========== RU ===========

Текущая ситуация:

В настоящее время при развороте кластера OpenSearch настраивается аутентификация на основе внутренней БД пользователей. Добавляются 2 пользователя: admin и kibanaserver. Возможность добавить новых пользователей отсутствует (в security.yml жёстко прописана установка паролей только для этих двух пользователей). Также отсутствует возможность менять другие настройки (e.g. tenants, roles, roles_mapping) или настроить с помощью этих ролей аутентификацию через OIDC

Чего бы хотелось:

Иметь возможность при помощи данных ролей гибко настраивать указанные выше параметры