Files
chart/library/ix-dev/community/twofactor-auth/ci/extra-values.yaml
Stavros Kois daf2bdc5fb Two factor auth - migrate storage section (adds acl) (#1986)
* update values

* add migration

* update templates

* update ui

* bump version
2024-01-03 09:51:25 +02:00

26 lines
482 B
YAML

twofauthConfig:
authenticationGuard: reverse-proxy-guard
authProxyHeaderUser: X-Forwarded-User
authProxyHeaderEmail: X-Forwarded-Email
webauthnUserVerification: required
trustedProxies:
- "*"
additionalEnvs:
- name: LOG_LEVEL
value: notice
- name: IS_DEMO_APP
value: "true"
twofauthNetwork:
webPort: 31000
twofauthStorage:
config:
type: pvc
additionalStorages:
- type: pvc
mountPath: /data1
- type: pvc
mountPath: /data2