Skip to content

Commit

Permalink
Add permission for licensing new auth method (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperkrzyzak authored Jan 28, 2022
1 parent c720bac commit a9e6122
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,11 @@ spec:
- get
- list
- create
- nonResourceURLs:
- /products
- /health
verbs:
- get
serviceAccountName: ibm-commonui-operator
deployments:
- name: ibm-commonui-operator
Expand Down
7 changes: 6 additions & 1 deletion deploy/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,9 @@ rules:
verbs:
- get
- list
- create
- create
- nonResourceURLs:
- /products
- /health
verbs:
- get

0 comments on commit a9e6122

Please sign in to comment.