fivetran-arunsuri commented on code in PR #2941:
URL: https://github.com/apache/polaris/pull/2941#discussion_r2485324739
##########
runtime/defaults/src/main/resources/application.properties:
##########
@@ -52,6 +52,14 @@ quarkus.http.cors.exposed-headers=*
quarkus.http.cors.access-control-max-age=PT10M
quarkus.http.cors.access-control-allow-credentials=true
+# --- Polaris Server header (Quarkus-managed) ---
+# Keep .value present (required by Quarkus), but make the path never match so
it's effectively OFF by default.
+quarkus.http.header."Server".value=Polaris/${quarkus.application.version}
Review Comment:
Makes sense, thanks everyone for confirming. I’ll proceed with docs-only
changes since users can add this configuration themselves.
--
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]