adutra commented on code in PR #3838: URL: https://github.com/apache/polaris/pull/3838#discussion_r2828909918
########## site/content/in-dev/unreleased/configuration/configuration-reference.md: ########## @@ -0,0 +1,184 @@ +--- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +title: Configuration Reference +type: docs +weight: 200 +--- + +This document provides a comprehensive reference for all Polaris configuration options. + +All properties listed here are **runtime** properties and can be changed without rebuilding Polaris. + +## Table of Contents + +- [Features & Behavior](#features--behavior) +- [Authentication & Authorization](#authentication--authorization) +- [Storage & Credentials](#storage--credentials) +- [Persistence](#persistence) +- [Events](#events) +- [Operational](#operational) +- [Other](#other) + +## Features & Behavior + +### ``polaris.features`` + +{{% include-config-section "flags-polaris_features" %}} + +### ``polaris.behavior-changes`` Review Comment: FYI there is debate about whether or not this section should be exposed to users: https://lists.apache.org/thread/8fgszl9jw9718dstlh3dxn0o1g8wkrh4 But for now, I'm including everything. -- 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]
