Skip to content

Commit

Permalink
Merge pull request #616 from yuumasato/access_clusterlogforwarder_obs…
Browse files Browse the repository at this point in the history
…ervability

Allow access to clusterlogforwarder in observability API
  • Loading branch information
rhmdnd authored Oct 10, 2024
2 parents fed54b4 + 90eb2a7 commit 5972982
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,14 @@ spec:
- get
- list
- watch
- apiGroups:
- observability.openshift.io
resources:
- clusterlogforwarders
verbs:
- get
- list
- watch
- apiGroups:
- flowcontrol.apiserver.k8s.io
resourceNames:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,14 @@ spec:
- get
- list
- watch
- apiGroups:
- observability.openshift.io
resources:
- clusterlogforwarders
verbs:
- get
- list
- watch
- apiGroups:
- flowcontrol.apiserver.k8s.io
resourceNames:
Expand Down
8 changes: 8 additions & 0 deletions config/rbac/api_resource_collector_cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,14 @@ rules:
- get
- list
- watch
- apiGroups:
- observability.openshift.io
resources:
- clusterlogforwarders
verbs:
- get
- list
- watch
- apiGroups:
- flowcontrol.apiserver.k8s.io
resources:
Expand Down

0 comments on commit 5972982

Please sign in to comment.