-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
9.3.0
-
None
-
1
-
Severity 3 - Minor
-
2
-
Issue Summary
Commit Signature Verification doesn't show up on UI when signed with X509 certificates having multiple Organizational Units
Steps to Reproduce
- Step 1
Create a X509 certificate with multiple OUs. - Step 2
Upload the X509 certificate to the server using the REST API as provided on documentation - Step 3
Do a signed commit and push, the UI doesn't show commit signature verification check marks when signed with X509 certificate, which is configured with multiple OUs.
Expected Results
X509 certificates allow multiple OUs, and hence, commit signature verification should show up when using those certifications.
Actual Results
Commit Signature verification doesn't show on UI when signing with X509 certificates with multiple OUs.
The below exception is thrown in the xxxxxxx.log file:
Caused by: java.lang.IllegalArgumentException: Multiple entries with same key: x509_issuer_ou=OU=OU1 and x509_issuer_ou=OU=OU2
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- is cloned by
-
BBSDEV-34071 Loading...