Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 842 Bytes

File metadata and controls

30 lines (19 loc) · 842 Bytes

User Authentication With Keycloak

TODO: Intro

Setup

chmod +x manuscript/user-authentication/keycloak.sh

./manuscript/user-authentication/keycloak.sh

Do

  • Keycloak does not work with nip.io. A "real" domain with SSL certificates is required. To circumbent that, we'll open it through port-forward.
kubectl port-forward svc/keycloak 8080:8080 -n keycloak
  • Open http://localhost:8080 from the output in a browser.
  • Select Administration Console and Sign In using admin as both username and password.
  • Explore the dashboard

Continue The Adventure