Skip to content

Consider deprecating the CertificateARN Cfn template parameter #18

Description

@phitoduck

Hi there!

Wouldn't it be a nice user experience if you didn't have to manually register an ACM cert for the Metaflow UI? I believe that's possible now.

I believe that AWS CloudFormation directly supports automatically validating ACM certificates. Whereas currently the CloudFormation template requires the user to validate a certificate for the UI themselves and then plug in the ARN, we could deprecate that value and take care of it for them.

The option for automatic validation is documented here:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-certificate-domainvalidationoption.html

Here is the parameter in the existing template:

https://github.com/outerbounds/metaflow-tools/blob/master/aws/cloudformation/metaflow-cfn-template.yml#L84-L87

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions