From 96b068822fa44039f6ca08db477a9053e78f3b14 Mon Sep 17 00:00:00 2001 From: Roman Dmytrenko Date: Tue, 5 Nov 2024 16:37:32 +0200 Subject: [PATCH] fix(config): added missing ofrep option for auth exclude list (#287) Signed-off-by: Roman Dmytrenko --- configuration/overview.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/overview.mdx b/configuration/overview.mdx index 3f6f412..4c01b0f 100644 --- a/configuration/overview.mdx +++ b/configuration/overview.mdx @@ -181,6 +181,7 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001" | authentication.exclude.management | Exclude authentication for /api/v1 API prefix | false | v1.24.0 | | authentication.exclude.metadata | Exclude authentication for /meta API prefix | false | v1.24.0 | | authentication.exclude.evaluation | Exclude authentication for /evaluation/v1 API prefix | false | v1.24.0 | +| authentication.exclude.ofrep | Exclude authentication for /ofrep API prefix | false | v1.46.0 | | authentication.session.domain | Public domain on which Flipt instance is hosted | | v1.17.0 | | authentication.session.secure | Configures the `Secure` property on created session cookies | false | v1.17.0 | | authentication.session.token_lifetime | Configures the lifetime of the session token (login duration) | 24h | v1.17.0 |