mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-18 12:06:13 +00:00
feat(keycloak): add automation service account client support
Introduce a confidential service-account client (Option A) to replace user-based kcadm sessions. The client is created automatically, granted realm-admin role, and used for all subsequent Keycloak updates. Includes improved error handling for HTTP 401 responses. Discussion: https://chatgpt.com/share/68e01da3-39fc-800f-81be-2d0c8efd81a1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
load_dependencies: True # When set to false the dependencies aren't loaded. Helpful for developing
|
||||
load_dependencies: True # When set to false the dependencies aren't loaded. Helpful for developing
|
||||
actions:
|
||||
import_realm: True # Import REALM
|
||||
import_realm: True # Import REALM
|
||||
create_automation_client: True
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
|
Reference in New Issue
Block a user