Option to require maintainer approval before preview deployments #6508
TheDanniCraft
started this conversation in
Feature Requests
Replies: 2 comments
-
+1 I think this actually is a huge security risk |
Beta Was this translation helpful? Give feedback.
0 replies
-
created an issue of this: #6546 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, preview deployments are triggered automatically for all pull requests.
This can be a security concern when non-maintainers open PRs, since preview builds may expose environment variables (e.g., if a contributor intentionally outputs process.env values on a api route).
Proposed behavior:
This would help prevent accidental or malicious exposure of sensitive data while still keeping previews convenient for trusted maintainers.
Use case example:
This feature would add a valuable layer of security for projects that rely on preview deployments.
Beta Was this translation helpful? Give feedback.
All reactions