Skip to content

Commit

Permalink
Merge pull request #80 from mattrigg9/kong-syntax-fix
Browse files Browse the repository at this point in the history
fix: add brackets to Kong secrets in template
  • Loading branch information
mats16 authored Nov 21, 2023
2 parents 6036609 + dee1583 commit 0234279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/kong/kong-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ consumers:
- username: DASHBOARD
- username: anon
keyauth_credentials:
- key: $SUPABASE_ANON_KEY
- key: ${SUPABASE_ANON_KEY}
- username: service_role
keyauth_credentials:
- key: $SUPABASE_SERVICE_KEY
- key: ${SUPABASE_SERVICE_KEY}

###
### Access Control List
Expand Down

0 comments on commit 0234279

Please sign in to comment.