Skip to content

Commit

Permalink
feat: Project Controller needs read access to ingress config
Browse files Browse the repository at this point in the history
Poject Controller rely on reading the openshift.config ingresses to find the
domain or appDomain configured for this cluster to generated the current auth
URLs used in the AuthConfig.

releated-to: maistra/odh-project-controller#58
  • Loading branch information
aslakknutsen committed Oct 23, 2023
1 parent cee09ba commit 7750499
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions odh-project-controller/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ rules:
- patch
- update
- watch
- apiGroups:
- config.openshift.io
resources:
- ingresses
verbs:
- get
- list
- watch

0 comments on commit 7750499

Please sign in to comment.