You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of the credhub server you are using?
2.9.0
What version of the credhub cli you are using?
2.9.0
If you were attempting to accomplish a task, what was it you were attempting to do?
I was attempting to replace/update a CA certificate with one coming from an external PKI. In order to do so, I used the endpoint POST api/v1/certificates/<ca_id>/versions to create a new version of the certificate.
What did you expect to happen?
When using the previously mentioned endpoint I expect that the new CA certificate is imported with the flags transitional as well as certificate_authority set to true.
What was the actual behavior?
When using this endpoint, the transitional flag is set properly, however the certificate_authority flag is always set to false and cannot be changed.
Steps to reproduce:
generate a CA /my-ca
use the api/v1//certificate endpoint to GET /my-ca and see that certificate_authority: true
use api/v1/certificate endpoint to create a new version of /my-ca with some CA data, and receive a response where certificate_authority: false
use the api/v1/certificate endpoint to GET /my-ca and see that certificate_authority: false
What version of the credhub server you are using?
2.9.0
What version of the credhub cli you are using?
2.9.0
If you were attempting to accomplish a task, what was it you were attempting to do?
I was attempting to replace/update a CA certificate with one coming from an external PKI. In order to do so, I used the endpoint
POST api/v1/certificates/<ca_id>/versions
to create a new version of the certificate.What did you expect to happen?
When using the previously mentioned endpoint I expect that the new CA certificate is imported with the flags
transitional
as well ascertificate_authority
set totrue
.What was the actual behavior?
When using this endpoint, the
transitional
flag is set properly, however thecertificate_authority
flag is always set tofalse
and cannot be changed.Steps to reproduce:
This issue was already discussed in slack with more information that can be found there: https://cloudfoundry.slack.com/archives/C3EN0BFC0/p1622027604005700
Please confirm where necessary:
If you are a PCF customer with an Operation Manager (PCF Ops Manager) please direct your questions to support (https://support.pivotal.io/)
The text was updated successfully, but these errors were encountered: