Granting users access to manage EP11 keystores and keys through UI
To enable users to manage Enterprise PKCS #11 (EP11) keystores and keys with the UI, you need to assign users the appropriate access.
(Optional) Step 1: Create custom IAM roles
With the integration with Cloud Identity and Access Management (IAM), Hyper Protect Crypto Services provides you with multiple existing IAM service roles to assign
and control access. For more granular access management, you can create custom roles based on your own needs. For example, if you want to assign a group of users only the access to view the EP11 keystores, you can create a custom role that
covers only the action of hs-crypto.keystore.listkeystoresbyids
and then assign these users with this custom role.
To create a custom role, complete the following steps:
-
In the UI, go to Manage > Access (IAM), and select Roles.
-
Click Create.
-
Enter a name for your role; for example,
EP11 keystore UI operator
. This name must be unique within the account. You can see this role name in the UI when you assign access to the service. -
Enter an ID for the role. This ID is used in the CRN, which is used when you assign access by using the API. The role ID must begin with a capital letter and use alphanumeric characters only; for example,
EPKeystoreUIOperator
-
Optional: Enter a succinct and helpful description that helps the users who are assigning access know what level of access this role assignment gives a user. This description also shows in the UI when you assign access to the service.
-
From the list of services, select Hyper Protect Crypto Services.
-
Select Add to add actions for the role. The following table lists the actions that correspond to the EP11 keystore or key operations with the UI:
Table 1. Actions corresponding to the EP11 keystore or key operations with the UI Operations Actions View EP11 keystores. hs-crypto.keystore.listkeystoresbyids
Create EP11 keystores. hs-crypto.keystore.listkeystoresbyids
hs-crypto.keystore.createkeystore
Delete EP11 keystores. hs-crypto.keystore.listkeystoresbyids
hs-crypto.keystore.deletekeystore
View EP11 keys. hs-crypto.keystore.listkeystoresbyids
hs-crypto.keystore.listkeysbyids
Create EP11 keys. hs-crypto.keystore.listkeystoresbyids
hs-crypto.keystore.listkeysbyids
hs-crypto.crypto.generatekey
hs-crypto.crypto.generatekeypair
hs-crypto.keystore.storenewkey
View EP11 keys. hs-crypto.keystore.listkeystoresbyids
hs-crypto.keystore.listkeysbyids
hs-crypto.keystore.deletekey
-
Click Create after you select the appropriate actions for your custom role.
Step 2: Assign IAM roles to users
Before users can access EP11 keystores or keys with the UI, you need to grant users the appropriate IAM roles by completing the following steps:
-
From the menu bar, click Manage > Access (IAM), and select Users to browse the existing users in your account.
-
Select the user, and click the Actions icon to open a list of options for that user.
Click Invite users to add a user to your account if the user is not in the table. For more information, see Inviting users to an account.
-
From the options menu, click Assign access.
-
Click Access policy.
-
Under Service, select Hyper Protect Crypto Services and click Next.
-
Under Resources, select resources that you want to assign access to and click Next:
- If you want to assign the user access to all the Hyper Protect Crypto Services instances under your account, select All resources.
- If you want to assign the user access to part of the Hyper Protect Crypto Services resources under you account, select Specific resources and add the corresponding conditions based on your needs. For example, select the Service Instance ID and specify the instance from the list.
-
Under Roles and actions, choose a combination of platform and service access roles to assign access for the user and click Next.
- Check the box for at least the Viewer role under Platform access.
- Check the box for the corresponding custom role that you set up in Step 1 based on your needs.
If you don't have any custom roles, you can select the existing IAM roles that cover the actions that you want to assign to the user. You can view the specific actions that correspond to the role by clicking the number.
-
(Optional) Under Conditions (optional), click Review to check the access policy.
-
After confirmation, click Add > Assign.
What's next
Continue to read Managing EP11 keystores with the IBM Cloud UI and Managing EP11 keys with the IBM Cloud UI on detailed operations.