You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is used to hash the password only. We can use other libraries to perform string hashing which does not require the installation of the additional package.
Additionally, packages installed this way are not scanned during the CVE scanning.
The text was updated successfully, but these errors were encountered:
Currently, Dex Charm is doing apt install. Update this logic to ensure
the Dex Charm can work in an airgapped environment.
Closes#100
Signed-off-by: Phoevos Kalemkeris <phoevos.kalemkeris@canonical.com>
Currently, Dex Charm is doing apt install. Update this logic to ensure
the Dex Charm can work in an airgapped environment.
Closes#100
Signed-off-by: Phoevos Kalemkeris <phoevos.kalemkeris@canonical.com>
BCrypt is installed during the run of the charm, which is a bad practice.
dex-auth-operator/src/charm.py
Line 26 in 041cabc
It is used to hash the password only. We can use other libraries to perform string hashing which does not require the installation of the additional package.
Additionally, packages installed this way are not scanned during the CVE scanning.
The text was updated successfully, but these errors were encountered: