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

Skip ssl cf api #1484

Closed asalan316 closed 2 months ago

asalan316 commented 2 months ago

Description:

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)

asalan316 commented 2 months ago

mistakenly - opened PR