You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path to the public key file used to verify keycloak tokens
GKB_KEYCLOAK_ROLE
GraphKB
The required role to get from the keycloak user registration
GKB_DISABLE_AUTH
Set to 1 to disable the external (keycloak) authentication (For testing)
Logging
By default the API will log at the warning level. This can be configured using the environment
variable GKB_LOG_LEVEL which must be one of: info, error, warn, info, verbose, or debug
(corresponding to the npm logging levels)