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 aa9db32d8 deploy: d69d7efff465d3a76447a0f5698c3386beb4e425
aa9db32d8 is described below
commit aa9db32d8caee53cf6b7105f09a271fe48589662
Author: dimas-b <[email protected]>
AuthorDate: Fri Sep 12 22:15:47 2025 +0000
deploy: d69d7efff465d3a76447a0f5698c3386beb4e425
---
releases/1.0.1/configuring-polaris-for-production/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 d6119229c..23a53d4ac 100644
--- a/releases/1.0.1/configuring-polaris-for-production/index.html
+++ b/releases/1.0.1/configuring-polaris-for-production/index.html
@@ -122,8 +122,8 @@ in clear text in the database.</p><p>In order to provide
your own credentials fo
</span></span></code></pre></div><p>Which should return an access
token:</p><div class=highlight><pre tabindex=0
style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span>{
</span></span><span style=display:flex><span> <span
style=color:#f92672>"access_token"</span>: <span
style=color:#e6db74>"..."</span>,
</span></span><span style=display:flex><span> <span
style=color:#f92672>"token_type"</span>: <span
style=color:#e6db74>"bearer"</span>,
-</span></span><span style=display:flex><span> <span
style=color:#960050;background-color:#1e0010>"issued_token_type</span><span
style=color:#f92672>": "</span><span
style=color:#960050;background-color:#1e0010>urn</span>:<span
style=color:#960050;background-color:#1e0010>ietf</span>:<span
style=color:#960050;background-color:#1e0010>params</span>:<span
style=color:#960050;background-color:#1e0010>oauth</span>:<span
style=color:#960050;background-color:#1e0010>token-type</spa [...]
-</span></span></span><span style=display:flex><span><span style=color:#e6db74>
"</span><span
style=color:#960050;background-color:#1e0010>expires_in"</span>: <span
style=color:#ae81ff>3600</span>
+</span></span><span style=display:flex><span> <span
style=color:#f92672>"issued_token_type"</span>: <span
style=color:#e6db74>"urn:ietf:params:oauth:token-type:access_token"</span>,
+</span></span><span style=display:flex><span> <span
style=color:#f92672>"expires_in"</span>: <span
style=color:#ae81ff>3600</span>
</span></span><span style=display:flex><span>}
</span></span></code></pre></div><p>If you used a non-default realm name, add
the appropriate request header to the <code>curl</code> command,
otherwise Polaris will resolve the realm to the first one in the configuration