Skip to content

Instantly share code, notes, and snippets.

@rinormaloku
Created January 13, 2019 15:24
Show Gist options
  • Save rinormaloku/9226ab3e5e4dce5e233e9de1fe19ce70 to your computer and use it in GitHub Desktop.
Save rinormaloku/9226ab3e5e4dce5e233e9de1fe19ce70 to your computer and use it in GitHub Desktop.
[Regular user service role binding] for the article series Intro to Istio https://rinormaloku.com/istio-an-introduction/
apiVersion: "rbac.istio.io/v1alpha1"
kind: ServiceRoleBinding
metadata:
name: regular-user-binding
namespace: default
spec:
subjects:
- user: "*"
roleRef:
kind: ServiceRole
name: "regular-user"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment