Explorar el Código

update var info, add a front-channel logout todo

Grega Bremec hace 1 mes
padre
commit
e4ba33a5d7
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      p0f/operators/roles/rhbk-authn/tasks/main.yml

+ 5 - 2
p0f/operators/roles/rhbk-authn/tasks/main.yml

@@ -5,8 +5,9 @@
 # Required variables (some are reused from deploy-rhbk role):
 #
 # openshift:
-#   rhbk_client_id:   the name of a client above to use for authentication (default "openshift")
-#   create_groups:    whether to create the groups from realm in OpenShift as well (default yes)
+#   sso_provider_name:  the name to use for the identityProvider (default "oidc")
+#   rhbk_client_id:     the name of a client above to use for authentication (default "openshift")
+#   create_groups:      whether to create the groups from realm in OpenShift as well (default yes)
 #
 # rhbk:
 #   namespace:        namespace to deploy to (keycloak)
@@ -24,6 +25,8 @@
 #   - either a fqdn or an existing keycloak resource coordinates
 #   - admin credentials
 #
+# TODO: patch console.config/cluster with spec.authentication.logoutRedirect to perform SSO logout
+#
 - name: Check that the ingresscontroller's defaultCertificate is set
   kubernetes.core.k8s_info:
     kubeconfig: "{{ kubeadmin_config }}"