generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 1
(EN) API Gateway
Thomas Fink edited this page May 22, 2023
·
1 revision
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.
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}