mirror of https://github.com/jumpserver/jumpserver
Merge pull request #9589 from jumpserver/pr@dev@perf_conn_method_koko_oracle
perf: koko 不支持 oracle 登录pull/9592/head
commit
4242727f24
|
@ -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