File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ You need the following permissions to run this module.
218218 - **VPC Infrastructure** service
219219 - `Administrator` platform access
220220 - `Manager` service access
221+ - **IAM Identity Service** service
222+ - `User API key creator` service access
221223
222224Optionally, you need the following permissions to attach Access Management tags to resources in this module.
223225
Original file line number Diff line number Diff line change 5656 "iam_permissions" : [
5757 {
5858 "role_crns" : [
59- " crn:v1:bluemix:public:iam::::role:Administrator"
59+ " crn:v1:bluemix:public:iam::::role:Administrator" ,
60+ " crn:v1:bluemix:public:iam-identity::::serviceRole:UserApiKeyCreator"
6061 ],
61- "service_name" : " iam-identity"
62+ "service_name" : " iam-identity" ,
63+ "notes" : " Allows IBM Cloud OpenShift to create the containers-kubernetes-key required by the service"
6264 },
6365 {
6466 "role_crns" : [
You can’t perform that action at this time.
0 commit comments