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
I'm trying to use a set of roles with custom defined permissions and OIDC as authentication backend for opensearch cluster deployed using opensearch-operator. I also want to have the password for admin user defined separately. I can use the securityConfigSecret to provide all these configs using a secret as follows.
However, the password hash for the admin user is a sensitive value in the above config secret, and other configs can be seen as not sensitive contents. Therefore it would be better if we can have the above config secret file on GitHub for future modifications for roles and permissions. But at the moment it cannot be done only because of the admin password hash. Is there any way I can extract the password out and provide it into the deployment in a different way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to use a set of roles with custom defined permissions and OIDC as authentication backend for opensearch cluster deployed using
opensearch-operator
. I also want to have the password for admin user defined separately. I can use thesecurityConfigSecret
to provide all these configs using a secret as follows.However, the password hash for the admin user is a sensitive value in the above config secret, and other configs can be seen as not sensitive contents. Therefore it would be better if we can have the above config secret file on GitHub for future modifications for roles and permissions. But at the moment it cannot be done only because of the admin password hash. Is there any way I can extract the password out and provide it into the deployment in a different way?
Beta Was this translation helpful? Give feedback.
All reactions