rest
Configuration for the rest service
struct: config
redis_address string localhost:6379
The address at which the redis server is running [Ref]
[cbox.group.rest]
redis_address = "localhost:6379"
group_members_cache_expiration int 5
The time in minutes for which the members of a group would be cached [Ref]
[cbox.group.rest]
group_members_cache_expiration = 5
id_provider string http://cernbox.cern.ch
The OIDC Provider [Ref]
[cbox.group.rest]
id_provider = "http://cernbox.cern.ch"
api_base_url string https://authorization-service-api-dev.web.cern.ch
Base API Endpoint [Ref]
[cbox.group.rest]
api_base_url = "https://authorization-service-api-dev.web.cern.ch"
oidc_token_endpoint string https://keycloak-dev.cern.ch/auth/realms/cern/api-access/token
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"
target_api string authorization-service-api
The target application for which token needs to be generated [Ref]
[cbox.group.rest]
target_api = "authorization-service-api"
group_fetch_interval int 3600
The time in seconds between bulk fetch of groups [Ref]
[cbox.group.rest]
group_fetch_interval = 3600
Last modified June 8, 2023: Remove config for invite_link (#3905) (d7692be9)