cloudfoundry / multiapps-controller

The server side component (controller) for Multi-Target Application (MTA) for Cloud Foundry
Apache License 2.0
57 stars 42 forks source link

Allow Insecure SSL Connection with CF API for UAA Endpoint #1485

Open asalan316 opened 2 months ago

asalan316 commented 2 months ago

The call to CF API to get UAA Endpoint was possible only with SSL configured. For development reasons, it is sometimes needed to skip ssl configuration.

Change:

This PR allows users/operators to also make insecure ssl connection to CF API in order to retrieve UAA token url. This can be achieve by setting SKIP_SSL_VALIDATION environment variable (already available)