Istio_Examples/Istio/06-Authentication
2023-04-22 05:19:59 +02:00
..
2023-04-22 05:19:59 +02:00
2023-04-22 05:03:30 +02:00

Authentication

  • Between pods

  • Between namespaces

  • Based on method

  • Based on service account(s)

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

  • Audit / logs

reference (from specific deployment)

https://discuss.istio.io/t/istio-deployment-deny-all-default/10983/6

  rules:
  - from:
    - source:
        principals: ["cluster.local/ns/default/sa/bookinfo-reviews"]