Skip to content

Instantly share code, notes, and snippets.

@rinormaloku
Created January 13, 2019 15:24
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/0b14169b9aaffce1ec9daf025077bd4c to your computer and use it in GitHub Desktop.
Save rinormaloku/0b14169b9aaffce1ec9daf025077bd4c to your computer and use it in GitHub Desktop.
[Regular user service role] for the article series Intro to Istio https://rinormaloku.com/istio-an-introduction/
apiVersion: "rbac.istio.io/v1alpha1"
kind: ServiceRole
metadata:
name: regular-user
namespace: default
spec:
rules:
- services:
- "sa-frontend.default.svc.cluster.local"
- "sa-web-app.default.svc.cluster.local"
paths: ["*"]
methods: ["*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment