Merge pull request #9589 from jumpserver/pr@dev@perf_conn_method_koko_oracle

perf: koko 不支持 oracle 登录
pull/9592/head
老广 2023-02-16 17:20:44 +08:00 committed by GitHub
commit 4242727f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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'
},