This commit is contained in:
parent
075c908af8
commit
e00ccf9905
2
abra.sh
2
abra.sh
@ -1,5 +1,5 @@
|
|||||||
export ENTRYPOINT_CONF_VERSION=v2
|
export ENTRYPOINT_CONF_VERSION=v2
|
||||||
export LOCAL_CONF_VERSION=v2
|
export LOCAL_CONF_VERSION=v3
|
||||||
|
|
||||||
create_admin () {
|
create_admin () {
|
||||||
export DATABASE_URL="$DATABASE_TYPE://$DATABASE_USER:$(cat /run/secrets/db_password)@$DATABASE_HOST/$DATABASE_NAME"
|
export DATABASE_URL="$DATABASE_TYPE://$DATABASE_USER:$(cat /run/secrets/db_password)@$DATABASE_HOST/$DATABASE_NAME"
|
||||||
|
@ -11,8 +11,8 @@ kimai:
|
|||||||
attribute: http://schemas.xmlsoap.org/claims/Group
|
attribute: http://schemas.xmlsoap.org/claims/Group
|
||||||
mapping:
|
mapping:
|
||||||
# Insert your roles here (ROLE_USER is added automatically)
|
# Insert your roles here (ROLE_USER is added automatically)
|
||||||
- { saml: admin.group, kimai: ROLE_ADMIN }
|
- { saml: admin.group, kimai: ROLE_SUPER_ADMIN }
|
||||||
- { saml: "authentik Admins", kimai: ROLE_ADMIN }
|
- { saml: "authentik Admins", kimai: ROLE_SUPER_ADMIN }
|
||||||
connection:
|
connection:
|
||||||
# You SAML provider
|
# You SAML provider
|
||||||
# Your Authentik instance, replace https://authentik.company with your authentik URL
|
# Your Authentik instance, replace https://authentik.company with your authentik URL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user