Skip to content

Commit cb1a694

Browse files
authored
OAS-11512 RBAC update for Platform Monitoring (#1984)
1 parent f7db115 commit cb1a694

File tree

8 files changed

+76
-0
lines changed

8 files changed

+76
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- (Bugfix) (Platform) Reload Config on Inventory Change
1717
- (Bugfix) (Platform) Ensure Inventory uses the serving group for license generation
1818
- (Bugfix) (Platform) Installer move to OCI
19+
- (Bugfix) (Platform) Fix Monitoring RBAC
1920

2021
## [1.3.1](https://github.com/arangodb/kube-arangodb/tree/1.3.1) (2025-10-07)
2122
- (Documentation) Add ArangoPlatformStorage Docs & Examples

chart/kube-arangodb-arm64/templates/platform-operator/role.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,22 @@ rules:
8383
- "patch"
8484
- "delete"
8585
- "watch"
86+
- apiGroups:
87+
- "discovery.k8s.io"
88+
resources:
89+
- "endpointslices"
90+
verbs:
91+
- "get"
92+
- "list"
93+
- "watch"
94+
- apiGroups:
95+
- "networking.k8s.io"
96+
resources:
97+
- "ingresses"
98+
- "ingresses/status"
99+
verbs:
100+
- "get"
101+
- "list"
102+
- "watch"
86103
{{- end }}
87104
{{- end }}

chart/kube-arangodb-enterprise-arm64/templates/platform-operator/role.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,22 @@ rules:
8383
- "patch"
8484
- "delete"
8585
- "watch"
86+
- apiGroups:
87+
- "discovery.k8s.io"
88+
resources:
89+
- "endpointslices"
90+
verbs:
91+
- "get"
92+
- "list"
93+
- "watch"
94+
- apiGroups:
95+
- "networking.k8s.io"
96+
resources:
97+
- "ingresses"
98+
- "ingresses/status"
99+
verbs:
100+
- "get"
101+
- "list"
102+
- "watch"
86103
{{- end }}
87104
{{- end }}

chart/kube-arangodb-enterprise/templates/platform-operator/role.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,22 @@ rules:
8383
- "patch"
8484
- "delete"
8585
- "watch"
86+
- apiGroups:
87+
- "discovery.k8s.io"
88+
resources:
89+
- "endpointslices"
90+
verbs:
91+
- "get"
92+
- "list"
93+
- "watch"
94+
- apiGroups:
95+
- "networking.k8s.io"
96+
resources:
97+
- "ingresses"
98+
- "ingresses/status"
99+
verbs:
100+
- "get"
101+
- "list"
102+
- "watch"
86103
{{- end }}
87104
{{- end }}

chart/kube-arangodb/templates/platform-operator/role.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,22 @@ rules:
8383
- "patch"
8484
- "delete"
8585
- "watch"
86+
- apiGroups:
87+
- "discovery.k8s.io"
88+
resources:
89+
- "endpointslices"
90+
verbs:
91+
- "get"
92+
- "list"
93+
- "watch"
94+
- apiGroups:
95+
- "networking.k8s.io"
96+
resources:
97+
- "ingresses"
98+
- "ingresses/status"
99+
verbs:
100+
- "get"
101+
- "list"
102+
- "watch"
86103
{{- end }}
87104
{{- end }}

examples/platform/package.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
packages:
2+
arangodb-platform-ui:
3+
stage: prd
4+
version: v1.1.0
5+
releases:
6+
arangodb-platform-ui:
7+
package: arangodb-platform-ui

0 commit comments

Comments
 (0)