diqiu50 commented on code in PR #11149:
URL: https://github.com/apache/gravitino/pull/11149#discussion_r3287536630


##########
docs/gravitino-server-config.md:
##########
@@ -143,8 +143,9 @@ Gravitino server uses tree lock to ensure the consistency 
of the data. The tree
 
 | Configuration item                           | Description                   
                                                                                
                                                                                
      | Default value | Required | Since version |
 
|----------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|----------|---------------|
-| `gravitino.catalog.cache.evictionIntervalMs` | The interval in milliseconds 
to evict the catalog cache; default 3600000ms(1h).                              
                                                                                
       | `3600000`     | No       | 0.1.0         |
-| `gravitino.catalog.classloader.isolated`     | Whether to use an isolated 
classloader for catalog. If `true`, an isolated classloader loads all 
catalog-related libraries and configurations, not the AppClassLoader. The 
default value is `true`. | `true`        | No       | 0.1.0         |
+| `gravitino.catalog.cache.evictionIntervalMs`           | The interval in 
milliseconds to evict the catalog cache; default 3600000ms(1h).                 
                                                                                
                                                                                
                                                                                
                                                         | `3600000` | No | 
0.1.0 |
+| `gravitino.catalog.classloader.isolated`               | Whether to use an 
isolated classloader for catalog. If `true`, an isolated classloader loads all 
catalog-related libraries and configurations, not the AppClassLoader. The 
default value is `true`.                                                        
                                                                                
                                                               | `true`    | No 
| 0.1.0 |
+| `gravitino.catalog.credential.backfillToProperties`    | For backward 
compatibility only: if `true`, the server exposes hidden catalog credentials 
(such as jdbc-user and jdbc-password) in the catalog properties response so 
that connectors that do not support credential vending can still read them. 
**Enabling this is a security risk** — credentials are visible to anyone who 
can read catalog properties. Disable once all connectors are upgraded.       | 
`false`   | No | 1.3.0 |

Review Comment:
   All catalogs



-- 
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]

Reply via email to