Commit 4b44b3ee by Fred Smith

Merge pull request #920 from edx/derf/improperly_formed_json

Improperly formed json makes AWS sad
parents b7ab6d2b 222a0f0a
...@@ -2950,7 +2950,7 @@ ...@@ -2950,7 +2950,7 @@
"Action": [ "sts:AssumeRole" ] "Action": [ "sts:AssumeRole" ]
} ] } ]
}, },
"Path": "/" "Path": "/",
"Policies": [ { "Policies": [ {
"PolicyName": "ForumBasePolicy", "PolicyName": "ForumBasePolicy",
"PolicyDocument": { "PolicyDocument": {
...@@ -2993,7 +2993,7 @@ ...@@ -2993,7 +2993,7 @@
"Action": [ "sts:AssumeRole" ] "Action": [ "sts:AssumeRole" ]
} ] } ]
}, },
"Path": "/" "Path": "/",
"Policies": [ { "Policies": [ {
"PolicyName": "EdxAppBasePolicy", "PolicyName": "EdxAppBasePolicy",
"PolicyDocument": { "PolicyDocument": {
...@@ -3036,7 +3036,7 @@ ...@@ -3036,7 +3036,7 @@
"Action": [ "sts:AssumeRole" ] "Action": [ "sts:AssumeRole" ]
} ] } ]
}, },
"Path": "/" "Path": "/",
"Policies": [ { "Policies": [ {
"PolicyName": "EdxAppBasePolicy", "PolicyName": "EdxAppBasePolicy",
"PolicyDocument": { "PolicyDocument": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment