ROSAKMSProviderPolicy - AWS Managed Policy

ROSAKMSProviderPolicy

Description: Allows the built-in ROSA AWS Encryption Provider to manage AWS Key Management Service (KMS) keys to support etcd data encryption using a customer provided AWS KMS key. The policy allows encryption and decryption of data using KMS keys.

ROSAKMSProviderPolicy is an AWS managed policy.

Using this policy

You can attach ROSAKMSProviderPolicy to your users, groups, and roles.

Policy details

  • Type: Service role policy

  • Creation time: April 27, 2023, 20:10 UTC

  • Edited time: April 27, 2023, 20:10 UTC

  • ARN: arn:aws:iam::aws:policy/service-role/ROSAKMSProviderPolicy

Policy version

Policy version: v1 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "VolumeEncryption", "Effect" : "Allow", "Action" : [ "kms:Encrypt", "kms:Decrypt", "kms:DescribeKey" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:ResourceTag/red-hat" : "true" } } } ] }

Learn more