feat: add ability to provision proxy apps using blueprints
This commit is contained in:
parent
3f8afa12ef
commit
438a41356a
3 changed files with 56 additions and 1 deletions
|
|
@ -33,7 +33,17 @@ authentik_log_level: "info"
|
|||
authentik_error_reporting_enabled: false
|
||||
|
||||
# Blueprints
|
||||
# OIDC apps to provision
|
||||
authentik_proxy_apps: []
|
||||
# - slug: whoami
|
||||
# name: whoami
|
||||
# internal_host: "http://whoami:80"
|
||||
# external_host: "https://whoami.example.com"
|
||||
# skip_path_regex: |
|
||||
# ^/healthz$
|
||||
# flows:
|
||||
# authentication_slug: default-authentication-flow
|
||||
# authorization_slug: default-provider-authorization-implicit-consent
|
||||
# invalidation_slug: default-provider-invalidation-flow
|
||||
|
||||
authentik_oidc_apps: []
|
||||
# - slug: grafana
|
||||
|
|
@ -48,6 +58,7 @@ authentik_oidc_apps: []
|
|||
# authorization_slug: default-provider-authorization-implicit-consent
|
||||
# invalidation_slug: default-provider-invalidation-flow
|
||||
# scopes: [openid, email, profile, offline_access]
|
||||
|
||||
authentik_blueprint_env: []
|
||||
# GRAFANA_OIDC_CLIENT_ID: "grafana"
|
||||
# GRAFANA_OIDC_CLIENT_SECRET: "{{ vault_grafana_oidc_secret }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue