Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/iam/roles/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ resources:
- gateway-admin.yaml
- gateway-viewer.yaml
- location-admin.yaml
- location-viewer.yaml
- networking-admin.yaml
- networking-viewer.yaml
- domain-admin.yaml
Expand Down
13 changes: 13 additions & 0 deletions config/iam/roles/location-viewer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: iam.miloapis.com/v1alpha1
kind: Role
metadata:
name: networking.datumapis.com-location-viewer
annotations:
kubernetes.io/display-name: Location Viewer
kubernetes.io/description: "View access to location resources"
spec:
launchStage: Beta
includedPermissions:
- networking.datumapis.com/locations.list
- networking.datumapis.com/locations.get
- networking.datumapis.com/locations.watch
Loading