Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 530 Bytes

README.MD

File metadata and controls

15 lines (10 loc) · 530 Bytes

Description

This service uses Kong in the role of API gateway for the Special platform.

It's responsibilities are the following:

  • dispatch external calls to the right service
  • handle authentication against Keycloak

Plugins

The following external plugins are added:

Notes

The ENV KONG_NGINX_PROXY_SET needs to set "session_secret" otherwise the OIDC plugin might malfunction. See nokia/kong-oidc#1 for more info.