-
Notifications
You must be signed in to change notification settings - Fork 49
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
Added support for TLS to MLMD GRPC Server #683
Added support for TLS to MLMD GRPC Server #683
Conversation
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/683/head
git checkout -b pullrequest 85a6ca9ebb69f28e05780de54509b0d3855cb533
oc new-project opendatahub
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-683" More instructions here on how to deploy and test a Data Science Pipelines Application. |
c2cfd2e
to
488ff25
Compare
620fd03
to
777e81c
Compare
5adfe93
to
20dd747
Compare
Change to PR detected. A new PR build was completed. |
/verified |
config/internal/ml-metadata/metadata-grpc-tls-config-secret.yaml.tmpl
Outdated
Show resolved
Hide resolved
Change to PR detected. A new PR build was completed. |
1 similar comment
Change to PR detected. A new PR build was completed. |
Change to PR detected. A new PR build was completed. |
3571282
to
9cc9ff7
Compare
this is silly/trivial, but we should remove the |
config/internal/ml-metadata/metadata-grpc-tls-config-secret.yaml.tmpl
Outdated
Show resolved
Hide resolved
+1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm after a few nitpicks and questions are addressed. Very nice!
f08be52
to
4e4bead
Compare
Removed and commits squashed. |
Signed-off-by: hbelmiro <[email protected]>
4e4bead
to
892a5c5
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: HumairAK The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The issue resolved by this Pull Request:
Resolves https://issues.redhat.com/browse/RHOAIENG-4971
This PR depends on:
Description of the changes:
Added support for TLS to MLMD GRPC Server
Testing instructions
There are 2 scenarios for testing:
TLS Enabled
Deploy the following DSPA
Run the sample pipeline
The run must complete successfully
TLS Disabled
Deploy the following DSPA
Run the sample pipeline
The run must complete successfully
Checklist