Skip to content

Instantly share code, notes, and snippets.

@rinormaloku
Last active January 13, 2019 18:52
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/19c03fde85646ef8438cc9082bc387ad to your computer and use it in GitHub Desktop.
Save rinormaloku/19c03fde85646ef8438cc9082bc387ad to your computer and use it in GitHub Desktop.
[Moderator service role] for the article series Intro to Istio https://rinormaloku.com/istio-an-introduction/
apiVersion: "rbac.istio.io/v1alpha1"
kind: ServiceRole
metadata:
name: mod-user
namespace: default
spec:
rules:
- services: ["*"]
paths: ["*"]
methods: ["*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment