You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `polaris.persistence.type` | `in-memory` | Define the persistence backend used by Polaris (`in-memory`, `eclipse-link`). See [Configuring Apache Polaris for Production)[{{% ref "configuring-polaris-for-production.md" %}}) |
83
83
| `polaris.persistence.eclipselink.configurationFile` | | Define the location of the `persistence.xml`. By default, it's the built-in `persistence.xml` in use. |
84
-
| `polaris.persistence.eclipselink.persistenceUnit | `polaris` | Define the name of the persistence unit to use, as defined in the `persistence.xml`. |
84
+
| `polaris.persistence.eclipselink.persistenceUnit` | `polaris` | Define the name of the persistence unit to use, as defined in the `persistence.xml`. |
85
85
| `polaris.realm-context.type` | `default` | Define the type of the Polaris realm to use. |
86
86
| `polaris.realm-context.realms` | `POLARIS` | Define the list of realms to use. |
87
87
| `polaris.realm-context.header-name` | `Polaris-Realm` | Define the header name defining the realm context. |
@@ -127,8 +127,8 @@ There are non Polaris configuration properties that can be useful:
127
127
| `quarkus.http.limits.max-body-size` | `10240K` | Define the HTTP max body size limit. |
128
128
| `quarkus.http.cors.origins` | | Define the HTTP CORS origins. |
129
129
| `quarkus.http.cors.methods` | `PATCH, POST, DELETE, GET, PUT` | Define the HTTP CORS covered methods. |
130
-
| `quarkus.http.cors.headers` | `\*` | Define the HTTP CORS covered headers. |
131
-
| `quarkus.http.cors.exposed-headers` | `\*` | Define the HTTP CORS covered exposed headers. |
130
+
| `quarkus.http.cors.headers` | `*` | Define the HTTP CORS covered headers. |
131
+
| `quarkus.http.cors.exposed-headers` | `*` | Define the HTTP CORS covered exposed headers. |
132
132
| `quarkus.http.cors.access-control-max-age` | `PT10M` | Define the HTTP CORS access control max age. |
133
133
| `quarkus.http.cors.access-control-allow-credentials` | `true` | Define the HTTP CORS access control allow credentials flag. |
134
134
| `quarkus.management.enabled` | `true` | Enable the management server. |
0 commit comments