Skip to content
Merged
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ You need the following permissions to run this module.
- **VPC Infrastructure** service
- `Administrator` platform access
- `Manager` service access
- **IAM Identity Service** service
- `User API key creator` service access

Optionally, you need the following permissions to attach Access Management tags to resources in this module.

Expand Down
6 changes: 4 additions & 2 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Administrator"
"crn:v1:bluemix:public:iam::::role:Administrator",
"crn:v1:bluemix:public:iam-identity::::serviceRole:UserApiKeyCreator"
],
"service_name": "iam-identity"
"service_name": "iam-identity",
"notes": "Allows IBM Cloud OpenShift to create the containers-kubernetes-key required by the service"
},
{
"role_crns": [
Expand Down