Istio_Examples/06-AuthorizationPolicy
2023-05-01 01:46:59 +02:00
..
2023-05-01 01:46:59 +02:00

Authentication

  • Based on namespaces (done)

  • Based on method (somewhat done, so I will mark it as valid)

  • Based on service account(s) (somewhat done)

  • Custom action (it's in alpha feature, should not focus on it for now)

  • Audit / logs (should be the 3th)

JWT seems important, refer to source.requestPrincipals

https://istio.io/latest/docs/tasks/security/authentication/

Per deployment:

  selector:
    matchLabels:
      app: myapi