jenkinsci / jenkinsci/credentials-plugin
[JENKINS-57845] provide configurator/databound setter for certificate credential (PKCS12 and so on)
- Dominant language
- Java
- Stars
- 134
- Forks
- 258
- Avg merge
- 48m
- Merged PRs (30d)
- 1
Description
JCasC cannot easily configure UploadedKeyStoreSource as the expected input is a bytes array.
Users would like to configure the certificate via the same "upload" function that is provided by stapler when configured via JCasC
Workaround: "cat file.pkcs | base64"
---
Originally reported by
casz, imported from: provide configurator/databound setter for certificate credential (PKCS12 and so on)
Raw content of original issue
JCasC cannot easily configure UploadedKeyStoreSource as the expected input is a bytes array.
Users would like to configure the certificate via the same "upload" function that is provided by stapler when configured via JCasC
Workaround: "cat file.pkcs | base64"
Contributor guide
Assessment
This issue has not been assessed yet.