Alfresco / alfresco-identity-service

Repository for the Alfresco Identity Service
Apache License 2.0
35 stars 32 forks source link

OPSEXP-566 make alfresco realm admin password configurable #149

Closed mteodori closed 2 years ago

mteodori commented 2 years ago

Ref. OPSEXP-566

mteodori commented 2 years ago

If I understood correctly the approach that we should take, we should not provide a default password but instead either generate a random one on deployment or require it as an input from user. Generally speaking I think we need a consolidated approach for password management that 's safe and reusable accross charts. One approach could be to have a root secret which contains credentials for different services and use an helm lookup() to query the credentials from children charts...? (to be tested)

yep using something like the helper library from bitnami https://github.com/bitnami/charts/tree/master/bitnami/common as used in their PostgreSQL chart