Skip to content

Commit

Permalink
fix: 🐛 add missing keycloak default client scope
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Jan 22, 2025
1 parent 044ec00 commit ae50ee2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/keycloak/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ keycloak_clients:
webOrigins:
- https://{{ gitlab_domain }}
defaultClientScopes:
- basic
- generic
publicClient: false

Expand All @@ -17,6 +18,7 @@ keycloak_clients:
redirectUris: "{{ lookup('ansible.builtin.template', 'console-redirectUris.yaml.j2') | from_yaml }}"
webOrigins: "{{ lookup('ansible.builtin.template', 'console-webOrigins.yaml.j2') | from_yaml }}"
defaultClientScopes:
- basic
- generic
publicClient: true

Expand All @@ -26,6 +28,7 @@ keycloak_clients:
redirectUris: "{{ lookup('ansible.builtin.template', 'console-redirectUris.yaml.j2') | from_yaml }}"
webOrigins: "{{ lookup('ansible.builtin.template', 'console-webOrigins.yaml.j2') | from_yaml }}"
defaultClientScopes:
- basic
- generic
publicClient: false

Expand All @@ -39,6 +42,7 @@ keycloak_clients:
webOrigins:
- https://{{ argocd_domain }}
defaultClientScopes:
- basic
- generic
publicClient: false

Expand All @@ -50,6 +54,7 @@ keycloak_clients:
webOrigins:
- "*"
defaultClientScopes:
- basic
- generic
publicClient: false

Expand All @@ -61,6 +66,7 @@ keycloak_clients:
webOrigins:
- https://{{ sonar_domain }}
defaultClientScopes:
- basic
- generic
publicClient: false

Expand All @@ -72,6 +78,7 @@ keycloak_clients:
webOrigins:
- https://{{ harbor_domain }}
defaultClientScopes:
- basic
- generic
publicClient: false

Expand All @@ -84,6 +91,7 @@ keycloak_clients:
webOrigins:
- https://{{ grafana_domain }}
defaultClientScopes:
- basic
- generic
publicClient: false

Expand All @@ -96,5 +104,6 @@ keycloak_clients:
webOrigins:
- https://{{ vault_domain }}
defaultClientScopes:
- basic
- generic
publicClient: false

0 comments on commit ae50ee2

Please sign in to comment.