pingtimeout commented on code in PR #1606: URL: https://github.com/apache/polaris/pull/1606#discussion_r2095063258
########## site/content/in-dev/unreleased/configuring-polaris-for-production.md: ########## @@ -17,23 +17,21 @@ # specific language governing permissions and limitations # under the License. # -title: Configuring Apache Polaris (Incubating) for Production -linkTitle: Deploying In Production +title: Configuring Polaris for Production +linkTitle: Production Configuration type: docs weight: 600 --- -## Configuring Polaris for Production +The default server configuration is intended for development and testing. When you deploy Polaris in production, +review and apply the following checklist: +- [ ] Configure OAuth2 keys +- [ ] Enforce realm header validation (`require-header=true`) +- [ ] Use a durable metastore (JDBC + PostgreSQL) +- [ ] Bootstrap valid realms in the metastore +- [ ] Disable local FILE storage Review Comment: ~Given that #1566 has been merged, that bullet point should not be necessary. Am I missing something?~ Edit: my bad, 1566 has not been merged yet. -- 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]
