Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.08 KB

Episode 011: Deep dive into authentication and authorization

  • Hosted by Sijie
  • Recorded on 05/10/2020

Table of Content

  • 00:00:00 - Week in review
  • 00:07:00 - Content
  • 01:11:00 - Q&A

Week in Review

Show Notes

  • Understand Role
  • Authentication: who are you?
  • Authorization
    • superusers
    • tenant-admin
    • user roles: produce/consume/functions
  • Enable Authentication/Authorization
    • Component by Component
  • Role
    • Single Step
      • mTLS: common name
      • JWT: token subject
        • PIP-55
    • Multiple Steps
      • Kerberos

Reference