community icon indicating copy to clipboard operation
community copied to clipboard

Add a feature like writing a secret with the RDS connection string details.

Open PrasadTelasula opened this issue 2 years ago • 5 comments

In crossplane we have a great feature to create the secret after RDS Instance created with all the required parameter os a connection string.

writeConnectionSecretToRef:
      name: sample-db-con-string
      namespace: default

PrasadTelasula avatar Feb 03 '22 09:02 PrasadTelasula

This can be included as part of another feature request #740. We have work being done on this design at the moment.

RedbackThomson avatar Feb 03 '22 19:02 RedbackThomson

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with /close. Provide feedback via https://github.com/aws-controllers-k8s/community. /lifecycle stale

ack-bot avatar May 04 '22 23:05 ack-bot

/remove-lifecycle stale

Even though #740 was closed, I have not closed this issue. Connection secrets, such as those from databases or EKS clusters, are not exposed as part of the Describe* for the resources. The logic can sometimes be simple to create these (such as interpolating a string), but often these requires additional custom code to be generated (such as an EKS Kubeconfig). I'm not sure if ACK even wants to start going down this direction, because it might be a slippery slope away from our core principal to keep things as per the AWS API.

RedbackThomson avatar May 05 '22 21:05 RedbackThomson

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with /close. Provide feedback via https://github.com/aws-controllers-k8s/community. /lifecycle stale

eks-bot avatar Aug 09 '22 16:08 eks-bot

/lifecycle frozen

a-hilaly avatar Aug 17 '22 16:08 a-hilaly