Ver código fonte

add openshift attrs, turn off direct grants for openshift oidc client

Grega Bremec 1 mês atrás
pai
commit
336dd1c6e4
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      playbooks/inventory.yml

+ 5 - 0
playbooks/inventory.yml

@@ -14,6 +14,10 @@ all:
     ocp_maj: "4.16"
     ocp_z: "4.16.2"
 
+    openshift:
+      rhbk_client_id: openshift
+      create_groups: yes
+
     rhbk:
       namespace: keycloak
       realm: ichp
@@ -22,6 +26,7 @@ all:
           name: OpenShift OIDC Client
           secret: verysecret
           base_url: https://oauth-openshift.apps.ocp4.example.com
+          direct_grants: false
       groups:
         - admins
         - developers