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': [
|
||||
Protocol.ssh, Protocol.telnet,
|
||||
Protocol.mysql, Protocol.postgresql,
|
||||
Protocol.oracle, Protocol.sqlserver,
|
||||
Protocol.mariadb, Protocol.redis,
|
||||
Protocol.mongodb, Protocol.k8s,
|
||||
Protocol.clickhouse,
|
||||
Protocol.sqlserver, Protocol.mariadb,
|
||||
Protocol.redis, Protocol.mongodb,
|
||||
Protocol.k8s, Protocol.clickhouse,
|
||||
],
|
||||
'match': 'm2m'
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue