feat: allow deletion of ressources via blueprints
This commit is contained in:
parent
889c6abb9d
commit
8f02dd774f
3 changed files with 32 additions and 2 deletions
|
|
@ -111,3 +111,14 @@ authentik_local_users: []
|
|||
# attributes:
|
||||
# settings:
|
||||
# locale: en
|
||||
|
||||
# Resources to remove from Authentik (cleanup)
|
||||
# Add slugs/names here when removing from the lists above
|
||||
authentik_removed_oidc_apps: []
|
||||
# - grafana
|
||||
|
||||
authentik_removed_proxy_apps: []
|
||||
# - whoami
|
||||
|
||||
authentik_removed_local_users: []
|
||||
# - olduser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue