You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "beiwei30 (GitHub)" <gi...@apache.org> on 2018/10/30 08:01:10 UTC

[GitHub] [incubator-dubbo] beiwei30 commented on issue #2702: dubbo的telnet维护功能如何鉴权或者完全禁用?

目前不支持鉴权。可以通过在 `dubbo.properties` 中配置来关闭

```properties
qos.enable=false
```

如果是 spring boot 的应用,在 `application.properties` 中配置

```properties
dubbo.application.qosEnable=false
```

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2702 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org