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

Allow Google Hooks to use AnonymousCredentials #35755

Closed
2 tasks done
jvaesteves opened this issue Nov 20, 2023 · 1 comment · Fixed by #39695
Closed
2 tasks done

Allow Google Hooks to use AnonymousCredentials #35755

jvaesteves opened this issue Nov 20, 2023 · 1 comment · Fixed by #39695
Assignees
Labels
area:providers good first issue kind:feature Feature Requests provider:google Google (including GCP) related issues

Comments

@jvaesteves
Copy link

jvaesteves commented Nov 20, 2023

Description

Currently, all Google operations demands valid credentials to connect with GCP, but when trying to mock Google services using emulators, we are giving the opportunity to redirect all requests to them via environment variables from the SDK, but we can't configure the hooks to not require any credentials in this circumstances.

Use case/motivation

  • Enable easy mocking and testing of Google Cloud Operators by enabling AnonymousCredentials to be used as the Connection option.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@jvaesteves jvaesteves added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels Nov 20, 2023
@jscheffl jscheffl added the provider:google Google (including GCP) related issues label Nov 20, 2023
@nathadfield nathadfield added area:providers and removed needs-triage label for new issues that we didn't triage yet labels Nov 21, 2023
@shahar1
Copy link
Contributor

shahar1 commented May 3, 2024

@eladkal Could you please assign me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers good first issue kind:feature Feature Requests provider:google Google (including GCP) related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants