Skip to content

Commit

Permalink
Fix example JSON so that it's valid
Browse files Browse the repository at this point in the history
I got bit by copy/pasting this blindly in the OPA playground
  • Loading branch information
verygoodsoftwarenotvirus authored Aug 26, 2024
1 parent bd8dcdc commit f84d132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authorization/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Here is an example of the `input.authentication.metadata` field for a request au
```json
{
"io.flipt.auth.email": "[email protected]",

Check failure on line 79 in authorization/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
"io.flipt.auth.name": "John Doe"
"io.flipt.auth.name": "John Doe",

Check failure on line 80 in authorization/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
"io.flipt.auth.claims": {

Check failure on line 81 in authorization/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
"roles": ["admin", "viewer"]

Check failure on line 82 in authorization/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Delete `····`
}

Check failure on line 83 in authorization/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
Expand Down

0 comments on commit f84d132

Please sign in to comment.