generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
bugSomething isn't working. This is as high priority issue.Something isn't working. This is as high priority issue.
Description
Before opening, please confirm:
- I have searched for duplicate or closed issues.
- I have read the guide for submitting bug reports.
- I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
Bug Category
Cedar Parser
Describe the bug
The following JSON parses as policy
{
"effect": "permit",
"principal": {
"op": "All"
},
"action": {
"op": "==",
"entity": { "type": "Other", "id": "view" }
},
"resource": {
"op": "All"
},
"conditions": [ ]
}
but
permit(principal,action == Other::"view",resource);
does not
Expected behavior
.
Reproduction steps
.
Code Snippet
// Put your code below this line.
Log output
// Put your output below this line
Additional configuration
No response
Operating System
No response
Additional information and screenshots
No response
shaobo-he-aws
Metadata
Metadata
Assignees
Labels
bugSomething isn't working. This is as high priority issue.Something isn't working. This is as high priority issue.