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

Endpoint using a custom domain with a custom certificate #39

Open
jeremiahbowen opened this issue Feb 8, 2021 · 2 comments
Open

Endpoint using a custom domain with a custom certificate #39

jeremiahbowen opened this issue Feb 8, 2021 · 2 comments

Comments

@jeremiahbowen
Copy link

When creating an aptible endpoint, the aptible_endpoint resources do not have an argument allowing you to provide a custom certificate. This makes it impossible to manage the endpoints across multiple services without manually deploying the certificate to each app's internal endpoint (currently 106 apps). We're using the current v0.1.3.
Can you update the resource to provide the hostname associated with the endpoint?

@robertfairhead
Copy link
Contributor

The provider does not currently support providing a custom certificate. Custom certificate support is a larger feature request because we have to design and implement new resources and account for the fact that Terraform (would store the private key in plain text locally)[https://www.terraform.io/docs/language/state/sensitive-data.html]. Addressing that is beyond the scope of our next planned update to provide the necessary information to automate creating DNS records for endpoint validation. But, custom certificate support is on the long-term roadmap.

@Jrc356
Copy link
Contributor

Jrc356 commented Aug 30, 2022

It's been over a year since this was last updated, has there been any movement on this? Current aptible provider is in version v0.2.2 0.3.0. I'm not seeing anything mentioned in the docs about it

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

No branches or pull requests

3 participants