gpe-mw-training / rhte-api-as-business-labs

A repository for the lab assets for the RHTE API As a Business Usecase.
1 stars 1 forks source link

fix sso integration issue #1

Open sgutierr opened 6 years ago

sgutierr commented 6 years ago

I found an issue in the kerycloak integration with Apicurio and Microcks. Apicurio Pod has setup this configuration parameter (bad format two times "http:" and "auth"): APICURIO_KC_AUTH_URL https://http://sso-unsecured.apps.40ac.rhte.opentlc.com/auth/auth

The same happened in Microcks pod with KEYCLOAK_URL parameter and in the URL_REDIRECT of laboauth OAuthClient.

I changed in this fork the templates for all of those items, I think would work, I don't test it.