cloudfoundry-attic / wats

Windows Acceptance Tests
Apache License 2.0
10 stars 10 forks source link

Retrieve the doppler endpoint URL from CC. #4

Closed davewalter closed 7 years ago

davewalter commented 7 years ago

We noticed that the doppler logging endpoint URL was incorrectly using the apps domain by default. This PR queries CC using the /v2/info API endpoint to determine the correct URL to use.

Signed-off-by: Zachary Gershman zgershman@pivotal.io

cfdreddbot commented 7 years ago

Hey davewalter!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

cf-gitbot commented 7 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/137564887

The labels on this github issue will be updated when the story is started.

aminjam commented 7 years ago

Thanks @davewalter