Skip to content

Commit

Permalink
docs: fix keycloak variables description
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed Jun 10, 2024
1 parent 0350ee7 commit f6e3b3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/keycloak.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Argo-Watcher will compare it with the pre-configured priveleged groups to unders

The following environment variables are required to enable Keycloak integration:

- `KEYCLOAK_URL` - the url of Keycloak instance, it will enable Keycloak integration
- `KEYCLOAK_ENABLED` - if Keycloak integration should be enabled
- `KEYCLOAK_URL` - the url of Keycloak instance
- `KEYCLOAK_REALM` - the name of the realm
- `KEYCLOAK_CLIENT_ID` - the name of the client
- `KEYCLOAK_TOKEN_VALIDATION_INTERVAL` - the interval in nanoseconds to validate the token (default: 10000)
Expand Down

0 comments on commit f6e3b3c

Please sign in to comment.