[
https://issues.apache.org/jira/browse/STORM-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216527#comment-15216527
]
ASF GitHub Bot commented on STORM-1661:
---------------------------------------
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`?
> Introduce a config to turn off blobstore acl validation in insecure mode
> ------------------------------------------------------------------------
>
> Key: STORM-1661
> URL: https://issues.apache.org/jira/browse/STORM-1661
> Project: Apache Storm
> Issue Type: Story
> Reporter: Sanket Reddy
> Assignee: Sanket Reddy
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)