Make authentik secrets required
This commit is contained in:
parent
c403919fcf
commit
330c7d64df
2 changed files with 16 additions and 4 deletions
16
roles/authentik/meta/argument_specs.yml
Normal file
16
roles/authentik/meta/argument_specs.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
argument_specs:
|
||||||
|
main:
|
||||||
|
options:
|
||||||
|
postgresql_password:
|
||||||
|
type: "str"
|
||||||
|
required: true
|
||||||
|
secret_key:
|
||||||
|
type: "str"
|
||||||
|
required: true
|
||||||
|
smtp_password:
|
||||||
|
type: "str"
|
||||||
|
required: true
|
||||||
|
ldap_outpost_token:
|
||||||
|
type: "str"
|
||||||
|
required: true
|
|
@ -1,6 +1,2 @@
|
||||||
image: ghcr.io/goauthentik/server
|
image: ghcr.io/goauthentik/server
|
||||||
tag: 2024.8.3
|
tag: 2024.8.3
|
||||||
|
|
||||||
postgresql_password:
|
|
||||||
secret_key:
|
|
||||||
smtp_password:
|
|
||||||
|
|
Loading…
Reference in a new issue