Skip to content
Snippets Groups Projects
Commit fde64d39 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '156-rbac-issue-with-new-info-endpoint' into 'main'

Resolve "RBAC issue with new info endpoint"

Closes #156

See merge request stackspin/dashboard!134
parents 73e5accb 29852938
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,13 @@ rules: ...@@ -32,6 +32,13 @@ rules:
- get - get
- patch - patch
- create - create
- apiGroups:
- source.toolkit.fluxcd.io
resources:
- gitrepositories
verbs:
- list
- get
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment