@@ -124,20 +124,6 @@ polaris.realm-context.require-header=true
124124
125125This will cause Polaris to also return a ` 404 Not Found ` response if the realm header is not present
126126in the request.
127-
128- ### Polaris Server Header
129-
130- Polaris can emit an informational ` Server ` HTTP response header using Quarkus' built-in header
131- configuration. Add the following property to one of the supported configuration sources (for example,
132- ` application.properties ` ) to enable it with the Polaris version string:
133-
134- ``` properties
135- quarkus.http.header." Server" .value =Polaris/${quarkus.application.version}
136- ```
137-
138- If you prefer to scope the header to specific environments, only set the property for the desired
139- profile (for example, ` %prod ` ).
140-
141127### Metastore Configuration
142128
143129A metastore should be configured with an implementation that durably persists Polaris entities. By
@@ -230,6 +216,19 @@ polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES" = [ "S3", "Azure" ]
230216```
231217Leave out ` FILE ` to prevent its use. Only include the storage types your setup needs.
232218
219+ ### Polaris Server Header
220+
221+ Polaris can emit an informational ` Server ` HTTP response header using Quarkus' built-in header
222+ configuration. Add the following property to one of the supported configuration sources (for example,
223+ ` application.properties ` ) to enable it with the Polaris version string:
224+
225+ ``` properties
226+ quarkus.http.header." Server" .value =Polaris/${quarkus.application.version}
227+ ```
228+
229+ If you prefer to scope the header to specific environments, only set the property for the desired
230+ profile (for example, ` %prod ` ).
231+
233232### Upgrade Considerations
234233
235234The [ Polaris Evolution] ( ../evolution ) page discusses backward compatibility and
0 commit comments