Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Lightweight Zero-Trust Network Implementation and Transition with Keycloak and NGINX
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Session Overview (1/3)
- 3 Underlying technology 1.JWT validation
- 4 Underlying technology 2' - OAuth MTLS (RFC 8705)
- 5 What is Keycloak?
- 6 Security boundary transition scenario
- 7 Change API Gateway to NGINX Ingress Controller
- 8 Shift security boundary to per service
- 9 Shift security boundary to per pod
- 10 How to achieve JWT validation (east-west traffic)
- 11 Where is the chokepoint?
- 12 Option A: Cache token introspection responses
- 13 Summary