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

enhancement: Add CORS support #128

Merged
merged 1 commit into from
Jun 4, 2021
Merged

enhancement: Add CORS support #128

merged 1 commit into from
Jun 4, 2021

Conversation

charithe
Copy link
Contributor

@charithe charithe commented Jun 4, 2021

Add suuport for CORS on the HTTP interface. CORS settings can be changed
by updating server.cors config section.

  • server.cors.disabled
  • server.cors.allowedOrigins
  • server.cors.allowedHeaders

Add suuport for CORS on the HTTP interface. CORS settings can be changed
by updating `server.cors` config section.

- `server.cors.disabled`
- `server.cors.allowedOrigins`
- `server.cors.allowedHeaders`
@charithe charithe added the kind/enhancement New feature or request label Jun 4, 2021
@charithe charithe merged commit 326b17b into cerbos:main Jun 4, 2021
@charithe charithe deleted the enhancement/cors branch June 4, 2021 11:07
charithe added a commit that referenced this pull request Jun 9, 2021
Add suuport for CORS on the HTTP interface. CORS settings can be changed
by updating `server.cors` config section.

- `server.cors.disabled`
- `server.cors.allowedOrigins`
- `server.cors.allowedHeaders`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant