-
Notifications
You must be signed in to change notification settings - Fork 21
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
support to run upgrade with e2e #250
base: main
Are you sure you want to change the base?
Conversation
/cc @morvencao @qiujian16 |
templates/service-tls-template.yml
Outdated
- --grpc-tls-cert-file=/secrets/grpc-server-tls/tls.crt | ||
- --grpc-tls-key-file=/secrets/grpc-server-tls/tls.key |
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.
nit: this certificate pair is generated by openshift serving certificate, we don't use this. we use self signed certificate for auth.
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.
we create a secret with the self signed certs in the e2e-setup.sh (kubectl create secret generic maestro-grpc-cert), do you mean in the e2e we don't use it?
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.
remove the ocp serving certificatesgrpc-server-tls
and only use our self signed certificates
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.
👍
- --grpc-tls-cert-file=/secrets/maestro-grpc-cert/server.crt | ||
- --grpc-tls-key-file=/secrets/maestro-grpc-cert/server.key |
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.
we use this self signed certificate for auth in e2e testing.
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.
remove the grpc-server-tls
and only use our self signed certificates
Signed-off-by: Wei Liu <liuweixa@redhat.com>
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
No description provided.