Skip to content

Commit

Permalink
fix(config): added missing ofrep option for auth exclude list (#287)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Dmytrenko <[email protected]>
  • Loading branch information
erka authored Nov 5, 2024
1 parent ecec435 commit 96b0688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 96b0688

Please sign in to comment.