feat: allow deletion of ressources via blueprints

This commit is contained in:
Bert-Jan Fikse 2026-01-14 16:03:20 +01:00
parent f8b9975ae4
commit 3d3a09025a
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
4 changed files with 70 additions and 2 deletions

View file

@ -16,4 +16,13 @@ The role renders blueprints for:
- Entra ID sources (`authentik_entra_sources`)
- Login screen sources (`authentik_login_source_ids`)
Secrets are passed via `authentik_blueprint_env` using environment variable references.
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.