dimas-b commented on code in PR #2941:
URL: https://github.com/apache/polaris/pull/2941#discussion_r2490629727
##########
site/content/in-dev/unreleased/configuring-polaris-for-production.md:
##########
@@ -125,6 +125,19 @@ polaris.realm-context.require-header=true
This will cause Polaris to also return a `404 Not Found` response if the realm
header is not present
in the request.
+### Polaris Server Header
+
+Polaris can emit an informational `Server` HTTP response header using Quarkus'
built-in header
+configuration. Add the following property to one of the supported
configuration sources (for example,
+`application.properties`) to enable it with the Polaris version string:
+
+```properties
+quarkus.http.header."Server".value=Polaris/${quarkus.application.version}
+```
+
+If you prefer to scope the header to specific environments, only set the
property for the desired
+profile (for example, `%prod`).
Review Comment:
From my POV having this phrase in the doc is ok. People who go to this level
of configuration / customization should be aware of the Quarkus runtime and its
configuration features.
--
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]