Stop overriding system defaults in SSL_CERT_DIR#549
Stop overriding system defaults in SSL_CERT_DIR#549tekton-robot merged 1 commit intotektoncd:mainfrom
Conversation
|
The following is the coverage report on the affected files.
|
2cd981b to
d5de419
Compare
|
The following is the coverage report on the affected files.
|
Prior to this commit, we used to set default value of SSL_CERT_DIR in our TaskRun, etc pods to `/tekton-custom-certs`; while this worked for certs mounted via the bundle config maps, this broke use cases where users relied on default locations (like `/etc/ssl/certs`, `/etc/pki/tls/certs`, etc) for already existing or user-mounted certificates. This commit fixes that by setting SSL_CERT_DIR as a list of directories which contains `/tekton-custom-certs` and the system default locations as well.
d5de419 to
65c7712
Compare
|
The following is the coverage report on the affected files.
|
|
/test pull-tekton-operator-integration-tests |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nikhil-thomas, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Prior to this commit, we used to set default value of SSL_CERT_DIR in
our TaskRun, etc pods to
/tekton-custom-certs; while this worked forcerts mounted via the bundle config maps, this broke use cases where users
relied on default locations (like
/etc/ssl/certs,/etc/pki/tls/certs, etc) for already existing or user-mounted certificates.This commit fixes that by setting SSL_CERT_DIR as a list of directories
which contains
/tekton-custom-certsand the system default locationsas well.
Release Notes