Proof of concept: client-side logout

Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
Margo Crawford
2022-03-04 17:01:26 -08:00
parent 89e68489ea
commit 8a4bbbfcbe
6 changed files with 191 additions and 8 deletions
+1
View File
@@ -333,6 +333,7 @@ popd >/dev/null
manifest=/tmp/pinniped-concierge.yaml
concierge_app_name="pinniped-concierge"
concierge_namespace="concierge"
image_repo="$registry_repo"
webhook_url="https://local-user-authenticator.local-user-authenticator.svc/authenticate"
webhook_ca_bundle="$(kubectl get secret local-user-authenticator-tls-serving-certificate --namespace local-user-authenticator -o 'jsonpath={.data.caCertificate}')"
discovery_url="$(TERM=dumb kubectl cluster-info | awk '/master|control plane/ {print $NF}')"