Hey folks,
Would it be possible to increase the length of the randomly generated admin password from 16 characters to 32 characters?
This would raise the entropy from 96 bits to 192 bits to which would help those users with general standards that require higher entropy for credentials.
Reference:
|
r.SecretAdmin.StringData["password"] = util.RandomBase64(16) |
IHAC who has security requirements specifying minimum bits of entropy for service generated passwords.
Thanks!
Hey folks,
Would it be possible to increase the length of the randomly generated admin password from 16 characters to 32 characters?
This would raise the entropy from 96 bits to 192 bits to which would help those users with general standards that require higher entropy for credentials.
Reference:
noobaa-operator/pkg/system/phase4_configuring.go
Line 176 in eba832e
IHAC who has security requirements specifying minimum bits of entropy for service generated passwords.
Thanks!