NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

Encryption on S3 bucket in AWS #120

Closed bryanheo closed 2 years ago

bryanheo commented 2 years ago

Hello

Unlike GCP, AWS S3 does not seem to be encrypted. We have defined aws_encryption_kms_key_id with custom KMS key and even we tried default encryption but EBS is encrypted only. Is there any ways to encrypt S3 bucket via the options in netapp-cloudmanager_cvo_aws?

Screenshot 2022-08-15 at 20 37 09

Regards Moon

bryanheo commented 2 years ago

I can see the objects are encrypted in S3 but S3 bucket is not encrypted. Is it intended? Are there any other options to use customer-managed-key for S3 encryption rather than using default aws/s3 key?

Screenshot 2022-08-16 at 11 19 58

Screenshot 2022-08-16 at 12 04 26

edarzi commented 2 years ago

Currently only the objects encrypted, raise request to the DEV team to enable bucket encryption as well. shall be available on mid September. the key which is used during creation will apply both for EBS and the S3

bryanheo commented 2 years ago

@edarzi Thank you