disable 2fa

This commit is contained in:
Philip Haupt
2025-09-02 11:07:40 +02:00
parent 849bd7dc1d
commit 964d35fb6c
2 changed files with 5 additions and 15 deletions

View File

@@ -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: ""