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:
paritosh-08 2023-07-03 15:36:51 +05:30 committed by hasura-bot
parent 23d5cd2a7f
commit ab735a3a2c

View File

@ -249,9 +249,10 @@ Session variables from a webhook token can be cached to improve the performance
:::info Note
- 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)
with the GraphQL Engine. If the redis instance is not configured or inaccessible, then the request goes through by
skipping the cache.
- Webhook auth caching is available on Hasura Cloud without any configuration.
- For self-hosted EE, it requires a [Redis instance
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.
:::