feat: allow deletion of ressources via blueprints
This commit is contained in:
parent
f8b9975ae4
commit
3d3a09025a
4 changed files with 70 additions and 2 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue