aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.68k stars 647 forks source link

[New]: The aws_glue_security_configuration resource should support encrypting Glue Data Quality . #39821 #2893

Open vaquarkhan opened 1 week ago

vaquarkhan commented 1 week ago

Describe the feature

Please find details here - https://github.com/hashicorp/terraform-provider-aws/issues/39821

Use Case

Currently aws_glue_security_configuration is not have support to add encryption for Glue data quality . if glue data quality not encrypted then Glue security configuration show disabled even you encrypt S3, KMS and CLoudwatch . which flag as security findings . looking to add support so via terraform we can add glue data quality encryption

Proposed Solution

adding support in type and enum so i can add enhancement in terraform glue module
https://github.com/vaquarkhan/aws-sdk-go-v2/commit/b739fe38420fe9414909e2ddb7bdd417bd4aed85

Other Information

NA

Acknowledgements

AWS Go SDK V2 Module Versions Used

aws-sdk-go-v2

Go version used

1.23.3

RanVaknin commented 1 week ago

Hi @vaquarkhan ,

This seems like an unreleased functionality by the Glue service team. I have reached out to them internally (internal ticket #P169287600) with an ask to release this properly and treat this as high priority.

Will update you once I hear more.

Thanks, Ran~

vaquarkhan commented 1 week ago

Thanks @RanVaknin