This is an automated email from the ASF dual-hosted git repository.

yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f73f9270 2678 (#2746)
5f73f9270 is described below

commit 5f73f927054865eab1d8fd445e9dd14e06c47d32
Author: Yong Zheng <[email protected]>
AuthorDate: Thu Oct 2 00:55:49 2025 -0500

    2678 (#2746)
---
 site/content/in-dev/unreleased/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/content/in-dev/unreleased/configuration.md 
b/site/content/in-dev/unreleased/configuration.md
index 61ea79378..78fd9cedb 100644
--- a/site/content/in-dev/unreleased/configuration.md
+++ b/site/content/in-dev/unreleased/configuration.md
@@ -93,7 +93,7 @@ read-only mode, as Polaris only reads the configuration file 
once, at startup.
 | `polaris.realm-context.realms`                                               
          | `POLARIS`                          | Define the list of realms to 
use.                                                                            
                                                                                
                                                                                
                                                                                
 |
 | `polaris.realm-context.header-name`                                          
          | `Polaris-Realm`                    | Define the header name 
defining the realm context.                                                     
                                                                                
                                                                                
                                                                                
       |
 | `polaris.features."ENFORCE_PRINCIPAL_CREDENTIAL_ROTATION_REQUIRED_CHECKING"` 
          | `false`                            | Flag to enforce check if 
credential rotation.                                                            
                                                                                
                                                                                
                                                                                
     |
-| `polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES"`                         
          | `FILE`                             | Define the catalog supported 
storage. Supported values are `S3`, `GCS`, `AZURE`, `FILE`.                     
                                                                                
                                                                                
                                                                                
 |
+| `polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES"`                         
          | `S3`, `GCS`, `AZURE`               | Define the catalog supported 
storage. Supported values are `S3`, `GCS`, `AZURE`, `FILE`.                     
                                                                                
                                                                                
                                                                                
 |
 | 
`polaris.features.realm-overrides."my-realm"."SKIP_CREDENTIAL_SUBSCOPING_INDIRECTION"`
 | `true`                             | "Override" realm features, here the 
skip credential subscoping indirection flag.                                    
                                                                                
                                                                                
                                                                          |
 | `polaris.authentication.authenticator.type`                                  
          | `default`                          | Define the Polaris 
authenticator type.                                                             
                                                                                
                                                                                
                                                                                
           |
 | `polaris.authentication.token-service.type`                                  
          | `default`                          | Define the Polaris token 
service type.                                                                   
                                                                                
                                                                                
                                                                                
     |

Reply via email to