Skip to content

allow ack route53 to access fields from ack acm for domain validationΒ #2399

@FernandoMiguel

Description

@FernandoMiguel

Is your feature request related to a problem?
ACK controllers require inputs. those are only from values.yaml. Sometimes that data is in configmaps.

Describe the solution you'd like
All ACKs have FieldExport that stores Status values in ConfigMaps and Secrets.
But this is of no use for other ACKs as input.
For example, when using ACK ACM and storing the validation DNS records into a ConfigMap, you can't use that in ACK Route53, or the Certificate ARN in the ACK LBC.
Ideally, all ACK CRDs should be able to take inputs from either values.yaml or ConfigMap.

Describe alternatives you've considered
Using Terraform or having to support quirky Watcher controllers to copy this data around

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/resource-referencesIssues or PRs related to resource referenceskind/featureCategorizes issue or PR as related to a new feature.service/route53Indicates issues or PRs that are related to route53-controller.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions