Skip to content

(EN) API Gateway

Thomas Fink edited this page May 22, 2023 · 1 revision

About

The API Gateway is designed to integrate with the Spring-Boot framework in the kobit-backend. Resources such as an SSO Keycloak, and Backend URI can be managaed in the main resources folder of the API Gateway.

Resource Variables

The following variables can be filled via a kubernetes OpenShift or Jenkins CI/CD in the resources application.yml and application-local.yml files:

SSO:

${REALM}, ${SSO_URI}, ${BACKEND_URI_PREDICATE}, ${BACKEND_URI_REWRITE_PATH}, ${KEYCLOAK_URI}, ${CLIENT_ID}, ${CLIENT_SECRET}