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

Access the link to download CA certificate for managed databases #1512

Closed
AAverin opened this issue Mar 12, 2024 · 3 comments
Closed

Access the link to download CA certificate for managed databases #1512

AAverin opened this issue Mar 12, 2024 · 3 comments

Comments

@AAverin
Copy link

AAverin commented Mar 12, 2024

What is the problem this feature would solve? Please describe.

To fully automate managed database cluster setup within my infrastructure, including access to the database by other services, I would like to have a way to access CA database certificate download link.
This would allow me to download certificate and pass it through the environment to configure SSL access.
Additionally I would love that to be accessible with Terraform too.

Describe the solution you'd like
Doctl implementation + Terraform exposed output parameter for the digitalocean_database_cluster resource: https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/database_cluster

Additional context

@MrCuPper

This comment was marked as off-topic.

@andrewsomething
Copy link
Member

On the Terraform side, the digitalocean_database_ca data source has been available since v2.13.0 (released October 7, 2021).

https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/data-sources/database_ca

@loosla
Copy link
Contributor

loosla commented Sep 12, 2024

Implemented in doctl v1.114.0

@loosla loosla closed this as completed Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants