Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created March 22, 2018 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kelseyhightower/f86ece9feb2d518d1e37104de072ddbf to your computer and use it in GitHub Desktop.
Save kelseyhightower/f86ece9feb2d518d1e37104de072ddbf to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: vault-tokenreview-binding
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:auth-delegator
subjects:
- kind: ServiceAccount
name: vault-tokenreview
namespace: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment