Skip to content

Optional ACM certificate SANs - #64

Open
noxmwalsh wants to merge 1 commit into
mainfrom
feat/certificate-sans
Open

Optional ACM certificate SANs#64
noxmwalsh wants to merge 1 commit into
mainfrom
feat/certificate-sans

Conversation

@noxmwalsh

@noxmwalsh noxmwalsh commented Jul 27, 2026

Copy link
Copy Markdown

Summary

Adds an optional certificate_sans input so the managed ACM certificate can include extra names (ala *.example.org) beyond the primary FQDN.

Why

The SEBT teams attempt at ephemeral preview environments using AWS need this module to support TLS for hostnames with something like pr-N/api-pr-N on the shared ALBs in order to be resolvable. Today the module only issues a single-name cert, so those hosts fails when connecting via HTTPS.

What changed

  • New certificate_sans variable (default is [] to minimize disrupting the existing implementors of this module)
  • Passed through as ACM subject_alternative_names

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant