Files
chart/library/ix-dev/community/twofactor-auth/ci/extra-values.yaml
Stavros Kois f780a02ed7 Add 2FAuth to community train (#1571)
* initial commit

* add some templates

* fix config

* add metadata and ci values

* expose more config

* add values

* fix lint

* add ui

* add validation

* whops

* update description

* formatting

* rename app
2023-09-28 18:37:44 +03:00

29 lines
648 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: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data2
mountPath: /data2