Description
It is recommended that the principle of 'Separation of Duties' is enforced while assigning KMS related roles to users.
Rationaleβ
The built-in/predefined IAM role Cloud KMS Admin
allows the user/identity to create, delete, and manage service account(s). The built-in/predefined IAM role Cloud KMS CryptoKey Encrypter/Decrypter
allows the user/identity (with adequate privileges on concerned resources) to encrypt and decrypt data at rest using an encryption key(s).
The built-in/predefined IAM role Cloud KMS CryptoKey Encrypter
allows the user/identity (with adequate privileges on concerned resources) to encrypt data at rest using an encryption key(s). The built-in/predefined IAM role Cloud KMS CryptoKey Decrypter
allows the user/identity (with adequate privileges on concerned resources) to decrypt data at rest using an encryption key(s).
Separation of duties is the concept of ensuring that one individual does not have all necessary permissions to be able to complete a malicious action. In Cloud KMS, this could be an action such as using a key to access and decrypt data a user should not normally have access to. Separation of duties is a business control typically used in larger organizations, meant to help avoid security or privacy incidents and errors. It is considered best practice.
No user(s) should have Cloud KMS Admin
and any of the Cloud KMS CryptoKey Encrypter/Decrypter
, Cloud KMS CryptoKey Encrypter
, Cloud KMS CryptoKey Decrypter
roles assigned at the same time.
Impactβ
Removed roles should be assigned to another user based on business needs.
Auditβ
From Google Cloud Consoleβ
- Go to
IAM & Admin/IAM
by visiting: https://console.cloud.google.com/iam-admin/iam - Ensure no member has the roles
Cloud KMS Admin
and any of theCloud KMS CryptoKey Encrypter/Decrypter
,Cloud KMS CryptoKey Encrypter
,Cloud KMS CryptoKey Decrypter
assigned.
From Google Cloud CLIβ
-
List all users and role assignments:
gcloud projects get-iam-policy PROJECT_ID
-
Ensure that there are no common users found in the member section for roles
cloudkms.admin
and any one ofCloud KMS CryptoKey Encrypter/Decrypter
,Cloud KMS CryptoKey Encrypter
,Cloud KMS CryptoKey Decrypter
Referencesβ
Additional Informationβ
Users granted with Owner (roles/owner) and Editor (roles/editor) have privileges equivalent to Cloud KMS Admin
and Cloud KMS CryptoKey Encrypter/Decrypter
. To avoid misuse, Owner and Editor roles should be granted to a very limited group of users. Use of these primitive privileges should be minimal.