digitalboard.core/roles/authentik
Bert-Jan Fikse f1f8406c7e
chore: move blueprints to custom folder
otherwise it overwrites default blueprints provided by authentik
2026-01-14 17:37:57 +01:00
..
defaults chore: add authentik_login_user_fields to allow showing custom fields, or removing them 2026-01-14 16:50:33 +01:00
handlers chore: add new role boilerplate for authentik 2026-01-14 10:03:06 +01:00
meta chore: add new role boilerplate for authentik 2026-01-14 10:03:06 +01:00
tasks chore: add healthcheck to authentik and wait for it after deployment 2026-01-14 17:36:52 +01:00
templates chore: move blueprints to custom folder 2026-01-14 17:37:57 +01:00
tests chore: add new role boilerplate for authentik 2026-01-14 10:03:06 +01:00
vars chore: add new role boilerplate for authentik 2026-01-14 10:03:06 +01:00
README.md feat: allow deletion of ressources via blueprints 2026-01-14 16:22:58 +01:00

Authentik

Deploys Authentik identity provider with Docker Compose.

Variables

See defaults/main.yml for all available variables.

Blueprints

The role renders blueprints for:

  • Local users (authentik_local_users)
  • OIDC applications (authentik_oidc_apps)
  • Proxy applications (authentik_proxy_apps)
  • Proxy outposts (authentik_proxy_outposts)
  • Entra ID sources (authentik_entra_sources)
  • Login screen sources (authentik_login_source_ids)

Secrets are passed via authentik_blueprint_env using environment variable references.

Removing resources

To remove resources from Authentik, move slugs to the removal lists:

  • authentik_removed_oidc_apps
  • authentik_removed_proxy_apps
  • authentik_removed_local_users

After confirming deletion, remove the slug from the list.