Move all password related data to secrets #28

Merged
luhahn merged 4 commits from master into master 2020-09-25 13:37:56 +00:00
luhahn commented 2020-09-24 12:30:39 +00:00 (Migrated from gitea.com)

As stated in Issue #17 we should not save password related data in configmaps, since it can easily be read with kubectl.
This also applies to the init container, which sets the admin and ldap passwords.

This PR moves all this data to kubernetes secrets.

I'd like to discuss if this is enough to solve #17

As stated in Issue #17 we should not save password related data in configmaps, since it can easily be read with kubectl. This also applies to the init container, which sets the admin and ldap passwords. This PR moves all this data to kubernetes secrets. I'd like to discuss if this is enough to solve #17
lunny commented 2020-09-25 02:25:35 +00:00 (Migrated from gitea.com)

Please resolve the conflict.

Please resolve the conflict.
techknowlogick (Migrated from gitea.com) approved these changes 2020-09-25 02:57:27 +00:00
luhahn commented 2020-09-25 07:45:00 +00:00 (Migrated from gitea.com)

Is version 1.5.0 okay? I think we got a lot of improvements, so we can go to 1.5.

Is version 1.5.0 okay? I think we got a lot of improvements, so we can go to 1.5.
lunny (Migrated from gitea.com) approved these changes 2020-09-25 13:37:12 +00:00
Sign in to join this conversation.
No description provided.