RedHatDemos / SecurityDemos

181 stars 188 forks source link

Lab 4 - Enhancement - Add secrets management for the labs #421

Open rcarrata opened 3 years ago

rcarrata commented 3 years ago

Add secrets management for avoid to have in clear text the lab password. Could be tf vault, sealed secrets, etc

rcarrata commented 3 years ago

Also as James Scott pointed out -> consider using a secret rather than embedding the credentials admin and admin123 into the configmap just to emphasize best practices.