jenkinsci / jenkinsci/docker-workflow-plugin
[JENKINS-71889] Unable to configure mTLS connection to Registry
- Dominant language
- Java
- Stars
- 527
- Forks
- 422
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
My private docker registry is using mTLS (https://docs.docker.com/engine/security/certificates/#understand-the-configuration) to authenticate clients. Credentials provided via registryCredentialsId can only be used for providing username/password.
dockerfile {
filename 'Dockerfile.jenkins'
registryUrl 'https://registry/'
registryCredentialsId 'client-certificate'
}
---
Originally reported by bbucko, imported from: Unable to configure mTLS connection to Registry
Raw content of original issue
My private docker registry is using mTLS (https://docs.docker.com/engine/security/certificates/#understand-the-configuration) to authenticate clients. Credentials provided via registryCredentialsId can only be used for providing username/password.
dockerfile {
filename 'Dockerfile.jenkins'
registryUrl 'https://registry/'
registryCredentialsId 'client-certificate'
}
Contributor guide
Assessment
This issue has not been assessed yet.