mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
docs: add note for cloud users in auth-hook caching
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9653 GitOrigin-RevId: ca61d3bdf42ac7b93521d320df787a1d47121d11
This commit is contained in:
parent
23d5cd2a7f
commit
ab735a3a2c
@ -249,9 +249,10 @@ Session variables from a webhook token can be cached to improve the performance
|
|||||||
:::info Note
|
:::info Note
|
||||||
|
|
||||||
- This feature is available for version `v2.22.0` and higher.
|
- This feature is available for version `v2.22.0` and higher.
|
||||||
- Webhook auth caching requires a [redis instance configured](deployment/graphql-engine-flags/reference.mdx#redis-url)
|
- Webhook auth caching is available on Hasura Cloud without any configuration.
|
||||||
with the GraphQL Engine. If the redis instance is not configured or inaccessible, then the request goes through by
|
- For self-hosted EE, it requires a [Redis instance
|
||||||
skipping the cache.
|
to be configured](deployment/graphql-engine-flags/reference.mdx#redis-url). If the Redis instance is not configured or
|
||||||
|
inaccessible, then the request will skip the cache.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user