Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

malformed resource_type policy example #386

Open
amarjandu opened this issue Dec 23, 2019 · 1 comment
Open

malformed resource_type policy example #386

amarjandu opened this issue Dec 23, 2019 · 1 comment

Comments

@amarjandu
Copy link
Contributor

the following example json body is malformed, fus will not accept objects in this structure.

{
  "policy": {
    "document": {
      "Statements": [
        {
          "Sid": "string",
          "Effect": "Allow",
          "Actions": [
            "string"
          ],
          "Resource": [
            "string"
          ]
        }
      ]
    },
    "type": "ResourcePolicy"
  }
}
@amarjandu
Copy link
Contributor Author

Statement should be moved to the policy object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant