Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_acm should support requesting certificate from AWS certificate manager #868

Open
1 task done
sebastien-rosset opened this issue Jan 15, 2022 · 1 comment · May be fixed by #869
Open
1 task done

aws_acm should support requesting certificate from AWS certificate manager #868

sebastien-rosset opened this issue Jan 15, 2022 · 1 comment · May be fixed by #869
Labels
feature This issue/PR relates to a feature request

Comments

@sebastien-rosset
Copy link
Contributor

sebastien-rosset commented Jan 15, 2022

Summary

The aws_acm module should support requesting certificates from AWS certificate manager. Currently the module only supports imported certificates.
Private certificates are easier to support and automate because they do not require validation.

I am trying to support custom domain endpoints for the new opensearch module PR #859. This requires setting up a certificate which is issued by a trusted authority; having a self-signed imported cert would not work. It would be sufficient to support private certificates.

Issue Type

Feature Idea

Component Name

aws_acm

Additional Information

The request-certificate operation would require new attributes:

  1. domain-name
  2. validation-method (email, dns)
  3. List of subject-alternative-names
  4. idempotency-token
  5. domain-validation-options (for email validation)
  6. options
  7. certificate-authority-arn

It should be easier to support and automate cert validation using DNS, assuming DNS is managed by Route53.

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@markuman markuman added feature This issue/PR relates to a feature request has_pr labels Jan 27, 2022
@tremble tremble removed the has_pr label Jul 10, 2022
@ansibullbot
Copy link

Files identified in the description:
None

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants