From 215206bded96286bcd0d8e9ca9004a85b6c87cb2 Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab <z.bessarab@victoriametrics.com> Date: Wed, 22 Feb 2023 16:31:39 +0400 Subject: [PATCH] app/vmgateway: add new flag doc Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com> --- app/vmgateway/README.md | 3 +++ docs/vmgateway.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/vmgateway/README.md b/app/vmgateway/README.md index 3e13471e4..2eeae6f75 100644 --- a/app/vmgateway/README.md +++ b/app/vmgateway/README.md @@ -266,6 +266,9 @@ The shortlist of configuration flags include the following: -auth.jwksEndpoints array JWKS endpoints to fetch keys for JWT tokens signature verification Supports an array of values separated by comma or specified via multiple flags. + -auth.oidcDiscoveryEndpoints array + OpenID Connect discovery endpoints to fetch keys for JWT tokens signature verification + Supports an array of values separated by comma or specified via multiple flags. -auth.publicKeyFiles array Path file with public key to verify JWT token signature Supports an array of values separated by comma or specified via multiple flags. diff --git a/docs/vmgateway.md b/docs/vmgateway.md index fed3982ca..8d11694ff 100644 --- a/docs/vmgateway.md +++ b/docs/vmgateway.md @@ -270,6 +270,9 @@ The shortlist of configuration flags include the following: -auth.jwksEndpoints array JWKS endpoints to fetch keys for JWT tokens signature verification Supports an array of values separated by comma or specified via multiple flags. + -auth.oidcDiscoveryEndpoints array + OpenID Connect discovery endpoints to fetch keys for JWT tokens signature verification + Supports an array of values separated by comma or specified via multiple flags. -auth.publicKeyFiles array Path file with public key to verify JWT token signature Supports an array of values separated by comma or specified via multiple flags.