You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


The Authentication Support Service is a generic service that can offload a service from authentication, fetching and refreshing of an authorization token to be used for any service.
A POD running a Service can include this as a sidecar container. The container will make sure that a valid token is available to the service via a local file in the POD.

The service will then just read the token from a file and insert it into the HTTP header of each REST call.

The component currently supports authorization using a private shared key and the used authorization provider used for testing is Keycloak.


The component is configured by means of the following environment variables:

CERT_PATH
CERT_KEY_PATH
LOG_LEVEL
CREDS_GRANT_TYPE
CREDS_CLIENT_SECRET
CREDS_CLIENT_ID
OUTPUT_FILE
AUTH_SERVICE_URL
REFRESH_MARGIN_SECONDS









AuthentificationSupport.odp

  • No labels