-
Notifications
You must be signed in to change notification settings - Fork 548
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
Add ACME support for PKI resource #1947
Comments
Hi there, We were looking for this too. I'll try to get the ACME configuration up too.
|
I think the |
I was able to setup ACME + Cluster configuration using @fairclothjm just wondering is there any ETA for full ACME support in Vault provider? Thanks. |
@igor-nikiforov Hello, unfortunately we don't have an ETA for full ACME support. We will update this issue once we get an update. |
Based on what I learned with previous PRs, I attempted to add a full ACME configuration resource. On the tune side, I understand from the doc that it can be read/written to the However, I noticed a couple implementation already in place. For authentication resources, there is a Should we do the same thing and add it as part of the |
Oops I meant to update this ticket and must have forgotten to post.
No, the required passthrough and response header fields have been added to the vault_mount resource since this was created. We shouldn't have two resource types managing the same properties. I believe with #2157 being now merged, thanks again @Viper61!, the only remaining item left on the todo list is EAB token generation which is pending review within #2367 |
Closing out this request as all the associated resources for PKI ACME have been merged and successfully tested with the following terraform script. Thanks everyone for your contributions on getting this feature within the Vault provider!
|
Starting from Vault 1.14 added support for ACME protocol - https://www.hashicorp.com/blog/vault-1-14-brings-acme-for-pki-aws-roles-and-more-improvements
It would be great to have support for following resources to be able configure ACME from Terraform:
The text was updated successfully, but these errors were encountered: