From 5bde1839f366e1fc4900215adee4c9c874a95584 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 24 Jun 2015 07:25:56 -0700 Subject: [PATCH] add read authority to all for stories and comments --- common/models/comment.json | 6 ++++++ common/models/story.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/common/models/comment.json b/common/models/comment.json index ada3b000d68..da6bb755d1c 100644 --- a/common/models/comment.json +++ b/common/models/comment.json @@ -49,6 +49,12 @@ "principalId": "$everyone", "permission": "DENY" }, + { + "accessType": "READ", + "principalType": "ROLE", + "principalId": "$everyone", + "permission": "ALLOW" + }, { "accessType": "EXECUTE", "principalType": "ROLE", diff --git a/common/models/story.json b/common/models/story.json index bdd86a996bf..4b50e3eed42 100644 --- a/common/models/story.json +++ b/common/models/story.json @@ -69,7 +69,7 @@ { "accessType": "READ", "principalType": "ROLE", - "principalId": "$authenticated", + "principalId": "$everyone", "permission": "ALLOW" }, {