Skip to content

Commit

Permalink
Fix dynamic metadata object in docs (#6709)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Berben <antonio.berben@solo.io>
  • Loading branch information
antonioberben committed Apr 30, 2024
1 parent 16465dd commit 7ec4d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/envoy-primer.md
Expand Up @@ -140,7 +140,7 @@ status_code := 200 if {
body := "Authentication Failed" if status_code == 401
body := "Unauthorized Request" if status_code == 403
dynamic_metadata := {"foo", "bar"}
dynamic_metadata := {"foo": "bar"}
is_token_valid if {
token.valid
Expand Down

0 comments on commit 7ec4d58

Please sign in to comment.