disable 2fa
This commit is contained in:
@@ -615,7 +615,7 @@ yubico:
|
||||
clientId: ""
|
||||
## @param yubico.existingSecret Name of an existing secret containing the Yubico secret key. Also set yubico.secretKey.existingSecretKey.
|
||||
##
|
||||
existingSecret: vaultwarden
|
||||
existingSecret: ""
|
||||
## Yubico secret key
|
||||
##
|
||||
secretKey:
|
||||
@@ -626,7 +626,7 @@ yubico:
|
||||
## @param yubico.secretKey.existingSecretKey When using an existing secret, specify the key which contains the secretKey.
|
||||
## Example: YUBICO_SECRET_KEY
|
||||
##
|
||||
existingSecretKey: YUBICO_SECRET_KEY
|
||||
existingSecretKey: ""
|
||||
## @param yubico.server Specify a Yubico server, otherwise the default servers will be used
|
||||
##
|
||||
server: ""
|
||||
@@ -640,7 +640,7 @@ duo:
|
||||
iKey: ""
|
||||
## @param duo.existingSecret Name of an existing secret containing the Duo skey. Also set duo.sKey.existingSecretKey.
|
||||
##
|
||||
existingSecret: vaultwarden
|
||||
existingSecret: ""
|
||||
## Duo secret key
|
||||
##
|
||||
sKey:
|
||||
@@ -651,7 +651,7 @@ duo:
|
||||
## @param duo.sKey.existingSecretKey When using an existing secret, specify the key which contains the sKey.
|
||||
## Example: DUO_SKEY
|
||||
##
|
||||
existingSecretKey: DUO_SKEY
|
||||
existingSecretKey: ""
|
||||
## @param duo.hostname Duo API hostname
|
||||
##
|
||||
hostname: ""
|
||||
|
||||
Reference in New Issue
Block a user