-
Notifications
You must be signed in to change notification settings - Fork 60
Enable MTLS by default - Webhook #523
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
Conversation
05519da
to
30ea56a
Compare
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.
This is great! I was able to run it successfully - with oauth and create-cert containers being created. I could initialise ray with both the cluster_uri and the ray client URL.
I've left a couple of comments. Thanks Mark!
30ea56a
to
88c964d
Compare
88c964d
to
04fc37d
Compare
40088cc
to
f22cde2
Compare
f22cde2
to
0fe66eb
Compare
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
Re-verified with updated changes. Works as expected. |
0fe66eb
to
f44b2b9
Compare
@Bobbins228 could you give this a final rebase, thanks a lot and sorry for all the iterations on this. |
5d1c7f7
to
63488bf
Compare
63488bf
to
3abc796
Compare
(cherry picked from commit de2de96fc88022df783b637ccb145d1d73ba66ff)
3abc796
to
45beca5
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: astefanutti, VanillaSpoon 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 |
Closing as superseded by #537. |
Issue link
RHOAIENG-5086
What changes have been made
Added patch for
create-cert
Init Containers, env variables, ca volumes, volume mountsAdded validation for created resources
Verification steps
Setup
make image-build -e IMG=quay.io/<quay-user>/<repo>:<tag>
make image-push -e IMG=quay.io/<quay-user>/<repo>:<tag>
make deploy IMG=quay.io/<quay-user>/<repo>:<tag> -e ENV="openshift"
Verify
You can create a Ray Cluster that is compatible with these changes (Both Oauth sidecar and mtls stuff) using this SDK PR
Once created:
ray.init()
should work with both thecluster_uri
and the ray client URLChecks