mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-18 17:01:31 +00:00
perf: koko 不支持 oracle 登录
This commit is contained in:
parent
726f90ab16
commit
eff2cd104f
@ -159,10 +159,9 @@ class ConnectMethodUtil:
|
|||||||
'support': [
|
'support': [
|
||||||
Protocol.ssh, Protocol.telnet,
|
Protocol.ssh, Protocol.telnet,
|
||||||
Protocol.mysql, Protocol.postgresql,
|
Protocol.mysql, Protocol.postgresql,
|
||||||
Protocol.oracle, Protocol.sqlserver,
|
Protocol.sqlserver, Protocol.mariadb,
|
||||||
Protocol.mariadb, Protocol.redis,
|
Protocol.redis, Protocol.mongodb,
|
||||||
Protocol.mongodb, Protocol.k8s,
|
Protocol.k8s, Protocol.clickhouse,
|
||||||
Protocol.clickhouse,
|
|
||||||
],
|
],
|
||||||
'match': 'm2m'
|
'match': 'm2m'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user