disable 2fa
This commit is contained in:
@@ -204,7 +204,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/config: 43e8689608a3dc84803c911f22965468d480cd42
|
checksum/config: 43e8689608a3dc84803c911f22965468d480cd42
|
||||||
checksum/secret: adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
|
checksum/secret: 2418f09fc13833ef715af34ed14ffc1fe7335532
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: vaultwarden
|
app.kubernetes.io/component: vaultwarden
|
||||||
app.kubernetes.io/instance: vaultwarden
|
app.kubernetes.io/instance: vaultwarden
|
||||||
@@ -212,16 +212,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: YUBICO_SECRET_KEY
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
key: YUBICO_SECRET_KEY
|
|
||||||
name: vaultwarden
|
|
||||||
- name: DUO_SKEY
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
key: DUO_SKEY
|
|
||||||
name: vaultwarden
|
|
||||||
- name: SMTP_USERNAME
|
- name: SMTP_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
@@ -615,7 +615,7 @@ yubico:
|
|||||||
clientId: ""
|
clientId: ""
|
||||||
## @param yubico.existingSecret Name of an existing secret containing the Yubico secret key. Also set yubico.secretKey.existingSecretKey.
|
## @param yubico.existingSecret Name of an existing secret containing the Yubico secret key. Also set yubico.secretKey.existingSecretKey.
|
||||||
##
|
##
|
||||||
existingSecret: vaultwarden
|
existingSecret: ""
|
||||||
## Yubico secret key
|
## Yubico secret key
|
||||||
##
|
##
|
||||||
secretKey:
|
secretKey:
|
||||||
@@ -626,7 +626,7 @@ yubico:
|
|||||||
## @param yubico.secretKey.existingSecretKey When using an existing secret, specify the key which contains the secretKey.
|
## @param yubico.secretKey.existingSecretKey When using an existing secret, specify the key which contains the secretKey.
|
||||||
## Example: YUBICO_SECRET_KEY
|
## Example: YUBICO_SECRET_KEY
|
||||||
##
|
##
|
||||||
existingSecretKey: YUBICO_SECRET_KEY
|
existingSecretKey: ""
|
||||||
## @param yubico.server Specify a Yubico server, otherwise the default servers will be used
|
## @param yubico.server Specify a Yubico server, otherwise the default servers will be used
|
||||||
##
|
##
|
||||||
server: ""
|
server: ""
|
||||||
@@ -640,7 +640,7 @@ duo:
|
|||||||
iKey: ""
|
iKey: ""
|
||||||
## @param duo.existingSecret Name of an existing secret containing the Duo skey. Also set duo.sKey.existingSecretKey.
|
## @param duo.existingSecret Name of an existing secret containing the Duo skey. Also set duo.sKey.existingSecretKey.
|
||||||
##
|
##
|
||||||
existingSecret: vaultwarden
|
existingSecret: ""
|
||||||
## Duo secret key
|
## Duo secret key
|
||||||
##
|
##
|
||||||
sKey:
|
sKey:
|
||||||
@@ -651,7 +651,7 @@ duo:
|
|||||||
## @param duo.sKey.existingSecretKey When using an existing secret, specify the key which contains the sKey.
|
## @param duo.sKey.existingSecretKey When using an existing secret, specify the key which contains the sKey.
|
||||||
## Example: DUO_SKEY
|
## Example: DUO_SKEY
|
||||||
##
|
##
|
||||||
existingSecretKey: DUO_SKEY
|
existingSecretKey: ""
|
||||||
## @param duo.hostname Duo API hostname
|
## @param duo.hostname Duo API hostname
|
||||||
##
|
##
|
||||||
hostname: ""
|
hostname: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user