Open jt-nti opened 2 years ago
The following is more than strictly necessary but a good starting point...
--- apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: fabric-builder-k8s-role rules: - apiGroups: - "" - apps resources: - pods - deployments - configmaps - secrets verbs: - get - list - watch - create - delete - patch
Need to document the minimum verbs required for each resource and how to apply the permissions to the peer's service account.
Include example kubectl auth can-i commands to check for the required permissions.
kubectl auth can-i
If you're here for hacktoberfest and have any questions, get in touch on our fabric-hacktoberfest Discord channel!
The following is more than strictly necessary but a good starting point...
Need to document the minimum verbs required for each resource and how to apply the permissions to the peer's service account.
Include example
kubectl auth can-i
commands to check for the required permissions.