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

yuqi1129 pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new 267fcf9d6f [Cherry-pick to branch-1.3] [#11653] web-v2(UI): hidden the 
JDBC user password driver for rest backend iceberg catalog (#11684) (#11685)
267fcf9d6f is described below

commit 267fcf9d6fb048cc5aa9b3867ffd3de056e87648
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 16 19:56:23 2026 +0800

    [Cherry-pick to branch-1.3] [#11653] web-v2(UI): hidden the JDBC user 
password driver for rest backend iceberg catalog (#11684) (#11685)
    
    **Cherry-pick Information:**
    - Original commit: 1e9c3ac5ac78d33866ab97a53480b34eb9324bf1
    - Target branch: `branch-1.3`
    - Status: ✅ Clean cherry-pick (no conflicts)
    
    Co-authored-by: Qian Xia <[email protected]>
---
 web-v2/web/src/config/catalog.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/web-v2/web/src/config/catalog.js b/web-v2/web/src/config/catalog.js
index 2fcf072a57..41c8881a43 100644
--- a/web-v2/web/src/config/catalog.js
+++ b/web-v2/web/src/config/catalog.js
@@ -490,7 +490,7 @@ export const providerBase = {
         value: '',
         required: true,
         parentField: 'catalog-backend',
-        hide: ['hive'],
+        hide: ['hive', 'rest'],
         description:
           '"com.mysql.jdbc.Driver" or "com.mysql.cj.jdbc.Driver" for MySQL, 
"org.postgresql.Driver" for PostgreSQL'
       },
@@ -500,7 +500,7 @@ export const providerBase = {
         value: '',
         required: true,
         parentField: 'catalog-backend',
-        hide: ['hive']
+        hide: ['hive', 'rest']
       },
       {
         label: 'JDBC Password',
@@ -508,7 +508,7 @@ export const providerBase = {
         value: '',
         required: true,
         parentField: 'catalog-backend',
-        hide: ['hive']
+        hide: ['hive', 'rest']
       },
       {
         label: 'Authentication Type',

Reply via email to