The address at which the redis server is running [Ref]
[cbox.group.rest]
redis_address = "localhost:6379"
The time in minutes for which the members of a group would be cached [Ref]
[cbox.group.rest]
group_members_cache_expiration = 5
The OIDC Provider [Ref]
[cbox.group.rest]
id_provider = "http://cernbox.cern.ch"
Base API Endpoint [Ref]
[cbox.group.rest]
api_base_url = "https://authorization-service-api-dev.web.cern.ch"
Endpoint to generate token to access the API [Ref]
[cbox.group.rest]
oidc_token_endpoint = "https://keycloak-dev.cern.ch/auth/realms/cern/api-access/token"
The target application for which token needs to be generated [Ref]
[cbox.group.rest]
target_api = "authorization-service-api"
The time in seconds between bulk fetch of groups [Ref]
[cbox.group.rest]
group_fetch_interval = 3600