Github user abhishekagarwal87 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1271#discussion_r57772090
--- Diff: conf/defaults.yaml ---
@@ -133,6 +133,8 @@ nimbus.blobstore.expiration.secs: 600
storm.blobstore.inputstream.buffer.size.bytes: 65536
client.blobstore.class: "org.apache.storm.blobstore.NimbusBlobStore"
storm.blobstore.replication.factor: 3
+# For secure mode we would want to change this config to true
+storm.blobstore.acl.validation: false
--- End diff --
can this be renamed to `storm.blobstore.acl.validation.enabled`?
---
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.
---