canonical / dex-auth-operator

Operator for Dex Auth
Apache License 2.0
3 stars 14 forks source link

find better way for password hashing #127

Open beliaev-maksim opened 1 year ago

beliaev-maksim commented 1 year ago

we need to see if we can hash passwords with native python libs

https://github.com/canonical/dex-auth-operator/blob/97a6ddc334b8d0b62ebb0423292106dcb0a5e1ef/src/charm.py#L22-L27

alhama7a commented 1 year ago

@ca-scribner @beliaev-maksim I think this has already been taken care of by this commit.

beliaev-maksim commented 1 year ago

@alhama7a no It still uses external package dependency