mittwald / kubernetes-secret-generator

Kubernetes controller for automatically generating and updating secrets
Apache License 2.0
329 stars 56 forks source link

Support for other password hashes than bcrypt #62

Closed dejwsz closed 2 years ago

dejwsz commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes bcrypt is not supported and you cannot use directly auth part with bcrypt password hash from basicauth secret.

Describe the solution you'd like As bcrypt is the defult now (and only option), it would be nice to steer the choice of hashing by annotation for example? with a choice like SHA-512 and MD5 ?

Describe alternatives you've considered As alternative I need to generate basic auth secret in other way to be able to use it and mount directly.

mittwald-machine commented 2 years ago

There has not been any activity to this issue in the last 30 days. It will automatically be closed after 7 more days. Remove the stale label to prevent this.