Github user kishorvpatil commented on a diff in the pull request:
https://github.com/apache/storm/pull/1173#discussion_r54749129
--- Diff: conf/defaults.yaml ---
@@ -39,7 +39,7 @@ storm.exhibitor.port: 8080
storm.exhibitor.poll.uripath: "/exhibitor/v1/cluster/list"
storm.cluster.mode: "distributed" # can be distributed or local
storm.local.mode.zmq: false
-storm.thrift.transport:
"org.apache.storm.security.auth.SimpleTransportPlugin"
+storm.thrift.transport:
"org.apache.storm.security.auth.plain.PlainSaslTransportPlugin"
--- End diff --
Since there is not good place to document this. I am simply going without
any chances to default on "storm.thrift.tranport" so we can pull this in
1.x-branch as well. I will create two separate pull requests -
1. to change default and deprecate `SimpleTransportPlugin` and
configuration on 1.x-branch.
2. To remove `SimpleTransportPlugin` and configuration in master.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---