This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 04f5ab41f deploy: 149c19e0605519bc1b7ff6f77dc748fb49eaadec
04f5ab41f is described below
commit 04f5ab41fe154be5963bf49e71be00b219d7b037
Author: MonkeyCanCode <[email protected]>
AuthorDate: Thu Sep 18 03:50:50 2025 +0000
deploy: 149c19e0605519bc1b7ff6f77dc748fb49eaadec
---
releases/1.0.1/configuring-polaris-for-production/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releases/1.0.1/configuring-polaris-for-production/index.html
b/releases/1.0.1/configuring-polaris-for-production/index.html
index d9205ab86..2deb2a27b 100644
--- a/releases/1.0.1/configuring-polaris-for-production/index.html
+++ b/releases/1.0.1/configuring-polaris-for-production/index.html
@@ -132,7 +132,7 @@ otherwise Polaris will resolve the realm to the first one
in the configuration
</span></span></span><span style=display:flex><span><span
style=color:#ae81ff></span> -d <span
style=color:#e6db74>"grant_type=client_credentials"</span> <span
style=color:#ae81ff>\
</span></span></span><span style=display:flex><span><span
style=color:#ae81ff></span> -d <span
style=color:#e6db74>"client_id=my-client-id"</span> <span
style=color:#ae81ff>\
</span></span></span><span style=display:flex><span><span
style=color:#ae81ff></span> -d <span
style=color:#e6db74>"client_secret=my-client-secret"</span> <span
style=color:#ae81ff>\
-</span></span></span><span style=display:flex><span><span
style=color:#ae81ff></span> -d<span
style=color:#960050;background-color:#1e0010> </span><span
style=color:#e6db74>"scope=PRINCIPAL_ROLE:ALL"</span>
+</span></span></span><span style=display:flex><span><span
style=color:#ae81ff></span> -d <span
style=color:#e6db74>"scope=PRINCIPAL_ROLE:ALL"</span>
</span></span></code></pre></div><h3 id=disable-file-storage-type>Disable FILE
Storage Type</h3><p>By default, Polaris allows using the local file system
(<code>FILE</code>) for catalog storage. This is fine for testing,
but <strong>not recommended for production</strong>. To disable it, set the
supported storage types like this:</p><pre tabindex=0><code
class=language-hocon
data-lang=hocon>polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES" = [
"S3", "Azure" ]
</code></pre><p>Leave out <code>FILE</code> to prevent its use. Only include
the storage types your setup needs.</p><h3 id=upgrade-considerations>Upgrade
Considerations</h3><p>The <a href=../evolution>Polaris Evolution</a> page
discusses backward compatibility and