Files
saml-oidc-bridge/charts/saml-broker/templates/NOTES.txt
Shamil Nunhuck 920a79b2e9 initial commit
2025-11-08 10:18:19 +00:00

5 lines
324 B
Plaintext

1. Get the service URL by running these commands:
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "saml-broker.name" . }}" -o jsonpath="{.items[0].metadata.name}")
kubectl port-forward $POD_NAME 8080:8080 &
echo "Visit http://127.0.0.1:8080/saml/metadata"