Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skeeey
Copy link
Contributor

@skeeey skeeey commented Jan 21, 2025

No description provided.

@skeeey skeeey mentioned this pull request Jan 21, 2025
@skeeey
Copy link
Contributor Author

skeeey commented Jan 21, 2025

/cc @morvencao @qiujian16

Comment on lines 403 to 404
- --grpc-tls-cert-file=/secrets/grpc-server-tls/tls.crt
- --grpc-tls-key-file=/secrets/grpc-server-tls/tls.key
Copy link
Contributor

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.

Copy link
Contributor Author

@skeeey skeeey Jan 21, 2025

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?

Copy link
Contributor Author

@skeeey skeeey Jan 22, 2025

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment on lines +411 to +405
- --grpc-tls-cert-file=/secrets/maestro-grpc-cert/server.crt
- --grpc-tls-key-file=/secrets/maestro-grpc-cert/server.key
Copy link
Contributor

@morvencao morvencao Jan 21, 2025

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.

Copy link
Contributor Author

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>
Copy link
Contributor

@morvencao morvencao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants