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 @@
"Action": [ "sts:AssumeRole" ]
} ]
},
"Path": "/"
"Path": "/",
"Policies": [ {
"PolicyName": "ForumBasePolicy",
"PolicyDocument": {
......@@ -2993,7 +2993,7 @@
"Action": [ "sts:AssumeRole" ]
} ]
},
"Path": "/"
"Path": "/",
"Policies": [ {
"PolicyName": "EdxAppBasePolicy",
"PolicyDocument": {
......@@ -3036,7 +3036,7 @@
"Action": [ "sts:AssumeRole" ]
} ]
},
"Path": "/"
"Path": "/",
"Policies": [ {
"PolicyName": "EdxAppBasePolicy",
"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