Skip to content

Instantly share code, notes, and snippets.

@rinormaloku
Created January 13, 2019 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rinormaloku/929fce1f7190d694b109f001a346be37 to your computer and use it in GitHub Desktop.
Save rinormaloku/929fce1f7190d694b109f001a346be37 to your computer and use it in GitHub Desktop.
[Enabling authorization with Inclusion of services] for the article series Intro to Istio https://rinormaloku.com/istio-an-introduction/
apiVersion: "rbac.istio.io/v1alpha1"
kind: RbacConfig
metadata:
name: default
spec:
mode: 'ON_WITH_INCLUSION' # 1
inclusion:
services: # 2
- "sa-frontend.default.svc.cluster.local"
- "sa-web-app.default.svc.cluster.local"
- "sa-feedback.default.svc.cluster.local"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment