mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
restrict env variables start with HASURA_GRAPHQL_ for headers configuration in actions, event triggers & remote schemas (#5519)
* restrict env variables start with HASURA_GRAPHQL_ for headers definition in actions & event triggers * update CHANGELOG.md * Apply suggestions from code review Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
This commit is contained in:
parent
f2b0f83b1f
commit
0b57f2bbe2
@ -4,7 +4,7 @@
|
||||
|
||||
### Breaking change
|
||||
|
||||
Headers from environment variables starting with `HASURA_GRAPHQL_` are not allowed
|
||||
Headers from environment variables starting with `HASURA_GRAPHQL_` are not allowed
|
||||
in event triggers, actions & remote schemas.
|
||||
|
||||
If you do have such headers configured, then you must update the header configuration before upgrading.
|
||||
|
Loading…
Reference in New Issue
Block a user