feat: add ability to provision proxy apps using blueprints

This commit is contained in:
Bert-Jan Fikse 2026-01-14 14:05:05 +01:00
parent 3f8afa12ef
commit 438a41356a
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
3 changed files with 56 additions and 1 deletions

View file

@ -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 }}"