Closed KristianOellegaard closed 11 years ago
As posted on vcap-dev@googlegroups, David Stevenson suggests:
You may have the wrong endpoint for UAA. You have to tell the service GW where CC and UAA are. These are the relevant properties for describing how to access UAA & CC in my manifest:
properties:
uaa_client_id: "cf"
uaa_endpoint: http://uaa.stevenson.cf-app.com
uaa_client_auth_credentials:
username: admin
password: password-for-an-admin-user
cc:
srv_api_uri: http://ccng.stevenson.cf-app.com
You might also try "HTTPS" URLs if the HTTP ones don't work.
We've moved the postgresql service to the contrib repo. https://github.com/cloudfoundry/cf-services-contrib-release
This is the job configuration I used:
In
postgresql_gateway.log
I get:I see a similar issue here cloudfoundry/cf-release#92 - but I already have all the UAA properties afaik.
If it have any interest, here is my uaa/clients/cf:
Does anyone have an idea what the real problem is here?