Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Add read permissions for DynaKubes to ActiveGate role (Dynatrace#2929)
Browse files Browse the repository at this point in the history
Co-authored-by: David Seywald <[email protected]>
Co-authored-by: Lukas Hinterreiter <[email protected]>
  • Loading branch information
3 people authored Mar 28, 2024
1 parent f0ac5fe commit a6de7c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ rules:
- list
- watch
- get
- apiGroups:
- dynatrace.com
resources:
- dynakubes
verbs:
- list
- watch
- get
- nonResourceURLs:
- /metrics
- /version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ tests:
- list
- watch
- get
- contains:
path: rules
content:
apiGroups:
- dynatrace.com
resources:
- dynakubes
verbs:
- list
- watch
- get
- contains:
path: rules
content:
Expand Down

0 comments on commit a6de7c7

Please sign in to comment.