-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use DSPA custom ca cert on MLMD and Persistence Agent clients #736
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
A new image has been built to help with testing out this PR: To use this image run the following: cd $(mktemp -d)
git clone [email protected]:opendatahub-io/data-science-pipelines-operator.git
cd data-science-pipelines-operator/
git fetch origin pull/736/head
git checkout -b pullrequest 22c4d79335e2268a82cd1cd68bd844a7a4821ccf
oc new-project opendatahub
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-736" More instructions here on how to deploy and test a Data Science Pipelines Application. |
22c4d79
to
246f2b8
Compare
Change to PR detected. A new PR build was completed. |
/hold |
Change to PR detected. A new PR build was completed. |
8c1685d
to
d0728c0
Compare
Change to PR detected. A new PR build was completed. |
Change to PR detected. A new PR build was completed. |
2 similar comments
Change to PR detected. A new PR build was completed. |
Change to PR detected. A new PR build was completed. |
3997fed
to
2e0d1fd
Compare
Change to PR detected. A new PR build was completed. |
/lgtm |
New changes are detected. LGTM label has been removed. |
Change to PR detected. A new PR build was completed. |
Signed-off-by: Helber Belmiro <[email protected]>
783dfcb
to
40ca5ed
Compare
Change to PR detected. A new PR build was completed. |
This PR must be merged with opendatahub-io/data-science-pipelines#96
The issue resolved by this Pull Request:
Resolves https://issues.redhat.com/browse/RHOAIENG-13871
Description of your changes:
This PR adds validation of MLMD and Persistence Agent server certificates against CA in the clients.
Testing instructions
There are 2 scenarios:
With
podToPodTLS: true
With
podToPodTLS: false
Checklist