From 29ffb8a817718a18137d62453c13e4bc5e21bd6d Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sat, 14 Oct 2023 08:58:55 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03dc429..b56bba9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ I wanted to monitor the queries and responses of our graphql endpoint. Still, we | `HOST_GRAPHQL` | The host to proxy the graphql endpoint | `http://localhost/` | | `JWT_USER_CLAIM_PATH` | Path to the user claim in the JWT token | `` | | `JWT_ROLE_CLAIM_PATH` | Path to the role claim in the JWT token | `` | -| `JWT_ROLE_FROM_HEADER` | Header name to extract the role from | `` | +| `ROLE_FROM_HEADER` | Header name to extract the role from | `` | | `ROLE_RATE_LIMIT` | Enable request rate limiting based on role| `false` | | `ENABLE_GLOBAL_CACHE` | Enable the cache | `false` | | `CACHE_TTL` | The cache TTL | `60` | @@ -125,4 +125,4 @@ graphql_proxy_executed_query{user_id="-",op_type="query",op_name="checkIfSpamAIR graphql_proxy_requests_failed 324 graphql_proxy_requests_skipped 0 graphql_proxy_requests_succesful 454823 -``` \ No newline at end of file +```