Skip to content

Commit 89a91b1

Browse files
authored
docs: add IAM requirement for UserApiKeyCreator (#701)
1 parent 2d178d8 commit 89a91b1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
222224
Optionally, you need the following permissions to attach Access Management tags to resources in this module.
223225

ibm_catalog.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@
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": [

0 commit comments

Comments
 (0)