mirror of https://github.com/jumpserver/jumpserver
feat: add oracle database web-cli connect method (#13358)
Co-authored-by: Aaron3S <chenyang@fit2cloud.com>pull/13359/head
parent
12740ead08
commit
deb8474c1b
|
@ -151,6 +151,7 @@ class ConnectMethodUtil:
|
||||||
|
|
||||||
Protocol.mysql, Protocol.mariadb,
|
Protocol.mysql, Protocol.mariadb,
|
||||||
Protocol.sqlserver, Protocol.postgresql,
|
Protocol.sqlserver, Protocol.postgresql,
|
||||||
|
Protocol.oracle
|
||||||
],
|
],
|
||||||
# 限制客户端的协议,比如 koko 虽然也支持 数据库的 ssh 连接,但是不再这里拉起
|
# 限制客户端的协议,比如 koko 虽然也支持 数据库的 ssh 连接,但是不再这里拉起
|
||||||
# Listen协议: [Asset协议]
|
# Listen协议: [Asset协议]
|
||||||
|
|
Loading…
Reference in New Issue