Explorar el Código

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

Grega Bremec hace 1 mes
padre
commit
336dd1c6e4
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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