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

Handle private network preflight requests in Studio agent with flag --private-network #1863

Merged
merged 5 commits into from
Feb 27, 2023

Conversation

doriable
Copy link
Member

This PR adds a --private-network boolean flag that allows the Studio agent to handle
preflight requests from Studio in private networks that set the Access-Control-Request-Private-Network
header set.
We still want to preserve the default behaviour of rejecting preflight requests if the flag has not been set.

@doriable doriable merged commit 4f2c902 into main Feb 27, 2023
@doriable doriable deleted the studio-agent-private-network branch February 27, 2023 20:26
twoism pushed a commit that referenced this pull request Mar 2, 2023
…--private-network` (#1863)

This PR adds a `--private-network` boolean flag that allows the Studio
agent to handle
preflight requests from Studio in private networks that set the
`Access-Control-Request-Private-Network`
header set.
We still want to preserve the default behaviour of rejecting preflight
requests if the flag has not been set.
Monirul1 pushed a commit to Monirul1/buf that referenced this pull request Apr 30, 2023
…--private-network` (bufbuild#1863)

This PR adds a `--private-network` boolean flag that allows the Studio
agent to handle
preflight requests from Studio in private networks that set the
`Access-Control-Request-Private-Network`
header set.
We still want to preserve the default behaviour of rejecting preflight
requests if the flag has not been set.
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