Skip to content

Commit

Permalink
Merge pull request #39 from Venafi/origins-support
Browse files Browse the repository at this point in the history
adding Origin values to imported certificates
  • Loading branch information
arykalin committed Mar 13, 2020
2 parents 39a523e + a6b02f4 commit eefd32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/pki/path_import_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ func (b *backend) processImportToTPP(job Job) string {
PrivateKeyData: "",
Password: "",
Reconcile: false,
CustomFields: []certificate.CustomField{{Type: certificate.CustomFieldOrigin, Value: "HashiCorp Vault (+)"}},
}
importResp, err := cl.ImportCertificate(importReq)
if err != nil {
Expand Down

0 comments on commit eefd32f

Please sign in to comment.