Configure S3 Bucket Encryption
The dataserver.aws.s3.bucket.encryption.check.enable configuration flag controls automatic fetching of bucket encryption settings from AWS S3.
When enabled, DataServer calls the AWS S3 to detect encryption settings and automatically adds KMS permissions to STS tokens if buckets use SSE-KMS encryption. The default value is false.
- SSH to the instance where Privacera Manager is installed.
- Run the following command to open the
vars.dataserver.aws.ymlfile.Bash - Uncomment the
DATA_SERVER_AWS_S3_BUCKET_ENCRYPTION_CHECK_ENABLEproperty and set it to"true":YAML - Once the properties are configured, refer to the Privacera Manager Quickstart.
- Prev topic: Advanced Configuration