- 
                Notifications
    
You must be signed in to change notification settings  - Fork 271
 
Description
Is your feature request related to a problem?
We can create endpoint service with custom domain, but there is no option to verify domain when hosted on AWS (route53). It would be good to add option to automatically update Route53 recordset with TXT validation record.
Describe the solution you'd like
Add nameRef and valueRef to RecordSet (route53.services.k8s.aws/v1alpha1 api version), so we can reference output from endpoint service CRD.
Describe alternatives you've considered
There does not seem to be way of "chaining" or "referencing" output (status) from other controllers, otherwise we could use route53 controller - https://aws-controllers-k8s.github.io/community/reference/route53/v1alpha1/recordset/ and automatically populate TXT name and value output from endpoint service configuration CRD.