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

[Feature Request] Configure Terraform Tests to accept PRs from forks #131

Open
jlacefie opened this issue Sep 29, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jlacefie
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

The Terraform Provider Acceptance Tests use secrets for authentication. GitHub Actions does not pass secrets to workflows triggered by pull requests from forks or from outside contributors by design, as a security precaution. The end result is that PRs from non Temporal contributors receive failed tests.

Describe the solution you'd like

There are a few options to resolve this issue. The end goal is to support a full, automated test of all resources using an API Key in a way that is secure and which doesn't expose the API Key secret in an undesired way.

@jlacefie jlacefie added the enhancement New feature or request label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant