Skip to content

Commit 00ed2e6

Browse files
handle comments
1 parent 3727652 commit 00ed2e6

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

site/content/in-dev/unreleased/configuring-polaris-for-production.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,6 @@ polaris.realm-context.require-header=true
124124

125125
This will cause Polaris to also return a `404 Not Found` response if the realm header is not present
126126
in 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

143129
A 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
```
231217
Leave 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

235234
The [Polaris Evolution](../evolution) page discusses backward compatibility and

0 commit comments

Comments
 (0)