provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

Add support for Memorystore Redis AuthString

Open szydek opened this issue 3 years ago • 1 comments

What problem are you facing?

GCP Memorystore Redis supports the "Auth String" configuration:

https://github.com/googleapis/google-api-go-client/blob/39fb9f0d81a68916f0849eb9410d8a4b7291b011/redis/v1beta1/redis-gen.go#L655-L679

How could Crossplane help solve your problem?

Crossplane users could benefit by having the auth string configured as part of deployment and stored as a k8s secret to help secure GCP Redis instances. If deploying via Crossplane, it would be ideal not to have to secure the instance outside the Crossplane workflow.

szydek avatar Mar 25 '21 16:03 szydek