martin-g opened a new pull request, #1818: URL: https://github.com/apache/datafusion-ballista/pull/1818
# Which issue does this PR close? Closes #1804 # Rationale for this change Use command line options instead of environment variables for consistency. # What changes are included in this PR? Add http://localhost:8080 (local dev) and https://nightlies.apache.org (officially supported on-premise deployment) to the allowed origins # Are there any user-facing changes? The scheduler binary now has two more options: * `--cors-allowed-origins "..."` (`*` allows any, `""` uses the defaults, anything else sets custom ones) * `--cors-allowed-methods "..."` (`*` allows all methods, `""` uses the defaults - GET, OPTIONS, PATCH, anything else sets custom ones) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
