rest
Configuration for the rest service
struct: config
redis_address string localhost:6379
The address at which the redis server is running [Ref]
[user.manager.rest]
redis_address = "localhost:6379"
user_groups_cache_expiration int 5
The time in minutes for which the groups to which a user belongs would be cached [Ref]
[user.manager.rest]
user_groups_cache_expiration = 5
id_provider string http://cernbox.cern.ch
The OIDC Provider [Ref]
[user.manager.rest]
id_provider = "http://cernbox.cern.ch"
api_base_url string https://authorization-service-api-dev.web.cern.ch/api/v1.0
Base API Endpoint [Ref]
[user.manager.rest]
api_base_url = "https://authorization-service-api-dev.web.cern.ch/api/v1.0"
oidc_token_endpoint string https://keycloak-dev.cern.ch/auth/realms/cern/api-access/token
Endpoint to generate token to access the API [Ref]
[user.manager.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]
[user.manager.rest]
target_api = "authorization-service-api"
Last modified July 28, 2020: Add UID and GID to the user object from EOS fs (#995) (99db7c17)