This is an automated email from the ASF dual-hosted git repository.
LauraXia123 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 1e9c3ac5ac [#11653] web-v2(UI): hidden the JDBC user password driver
for rest backend iceberg catalog (#11684)
1e9c3ac5ac is described below
commit 1e9c3ac5ac78d33866ab97a53480b34eb9324bf1
Author: Qian Xia <[email protected]>
AuthorDate: Tue Jun 16 18:16:56 2026 +0800
[#11653] web-v2(UI): hidden the JDBC user password driver for rest backend
iceberg catalog (#11684)
### What changes were proposed in this pull request?
hidden the JDBC user password driver for rest backend iceberg catalog
### Why are the changes needed?
Fix: #11653
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
manually
---
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',