Re: Custom Login Server with UAA 2.0+
Matt Cholick
It looks like we were making this harder than it needed to be. Grepping
toggle quoted message
Show quoted text
through the configurations: https://github.com/cloudfoundry/cf-release/blob/fc3ea60ec1d9fefa42294ff64bcc81ba76e74481/jobs/cloud_controller_ng/spec#L341-342 Cloud controller will take a configuration url, so we can simply use some other subdomain for login. We hadn't found this option earlier and assumed we needed to take over the login subdomain to handle those api requests. I've done a quick test, and our custom login subdomain comes down to .cf/config.json and I'm seeing it CF_TRACE requests. Seems to work. Thanks for the responses Sree and Philip. -Matt Cholick On Thu, May 28, 2015 at 8:38 AM, Filip Hanik <fhanik(a)pivotal.io> wrote:
hi Bob, you can still leverage an outside login server, none of the |
|