close
The Wayback Machine - https://web.archive.org/web/20210724173913/https://github.com/smallstep/certificates/issues/642
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

Write a Vault RA Backend #642

Open
dopey opened this issue Jul 14, 2021 · 1 comment
Open

Write a Vault RA Backend #642

dopey opened this issue Jul 14, 2021 · 1 comment

Comments

@dopey
Copy link
Contributor

@dopey dopey commented Jul 14, 2021

hashicorp/vault#8690
Original Vault Issue Comment: hashicorp/vault#8690 (comment)

Old Issue that tracked the completion of the RA API which enables a plugin like architecture for new backends: #343

@dopey
Copy link
Contributor Author

@dopey dopey commented Jul 14, 2021

For reference, a google CAS backend: https://github.com/smallstep/certificates/blob/master/cas/cloudcas/cloudcas.go

The interface that needs to be implemented:

// CertificateAuthorityService is the interface implemented to support external
// certificate authorities.
type CertificateAuthorityService interface {
CreateCertificate(req *CreateCertificateRequest) (*CreateCertificateResponse, error)
RenewCertificate(req *RenewCertificateRequest) (*RenewCertificateResponse, error)
RevokeCertificate(req *RevokeCertificateRequest) (*RevokeCertificateResponse, error)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant