-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
[feat]: Adapt GCPCluster to be able to initialize the cluster by passing credentials without obtaining from the environment #432
Conversation
64dfc3c
to
093042e
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.
Thanks for taking the time to raise this. It looks very similar to #430, but there are some differences.
I would ask the same questions here:
- Do we need to bump the minimum version of the google auth to support this?
- Can you verify tests are passing locally for you?
Hi, about the first question, which is the min version of the google auth?, its not in the requierements. |
Did you run |
…ing credentials without obtaining from the environment
093042e
to
6a6d087
Compare
about the version of the google-auth, the method exists in the 1.23.0 version, so theres no problem and works well |
That's fine. If you don't have credentials set up it will skip the test. I would expect the GCP tests to run and pass given that you're touching GCP here. |
Hi, the code modified in this pr works well in the gcp tests, when i launch the tests the cluster is up correctly (if the gcpCluster connect with gcp is all i modified here and what could fail), and i cant test all of them, they take to much time to execute and finalize, so, i cant afford having the cluster up that time |
That's fine. I appreciate you testing the modified code locally. |
No description provided.