|
Re: How shoulld I debug a blobstore error?
For lack of guidance I went ahead and changed all three occurances.
I still get a 404. But it seems to happen later on:
cf api api.10.60.18.186.xip.io --skip-ssl-validation
Setting api endpoint to
For lack of guidance I went ahead and changed all three occurances.
I still get a 404. But it seems to happen later on:
cf api api.10.60.18.186.xip.io --skip-ssl-validation
Setting api endpoint to
|
By
Eyal Shalev
·
#5261
·
|
|
Re: How to listen to space deletion events?
Hi Padma,
Apologies for the delay. In the case of a space with a service instance, if
the space is deleted, the Cloud Controller sends a deprovision request to
the service broker. The broker is
Hi Padma,
Apologies for the delay. In the case of a space with a service instance, if
the space is deleted, the Cloud Controller sends a deprovision request to
the service broker. The broker is
|
By
Nicholas Calugar
·
#5260
·
|
|
Re: UAA Multi-Tenant Hierarchical Groups
Hello Brian,
UAA supports hierarchical groups in any given Identity Zone (aka UAA Tenant)
The Groups in a given UAA Identity Zone are unique.
Please refer to the documentation here
Hello Brian,
UAA supports hierarchical groups in any given Identity Zone (aka UAA Tenant)
The Groups in a given UAA Identity Zone are unique.
Please refer to the documentation here
|
By
Sree Tummidi
·
#5259
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
Ok, so the oauth-client that is registered with the UAA for this
application (app) only has the openid scope. If you want this client to be
able to request other scopes on behalf of the user you would
Ok, so the oauth-client that is registered with the UAA for this
application (app) only has the openid scope. If you want this client to be
able to request other scopes on behalf of the user you would
|
By
Madhura Bhave
·
#5258
·
|
|
UAA Multi-Tenant Hierarchical Groups
Hello All,
Does UAA support Multi-Tenant Hierarchical groups? By this I mean can I have a GroupParent -> GroupChild relationship? The documentation mentioned that the groupName is unique per UAA as
Hello All,
Does UAA support Multi-Tenant Hierarchical groups? By this I mean can I have a GroupParent -> GroupChild relationship? The documentation mentioned that the groupName is unique per UAA as
|
By
Bryan Perino
·
#5257
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
It's a custom client that I wrote (Just a Spring Application). Here is the YAML file that configures the client:
https://gist.github.com/bryantp/82111bbcbc0db8be701b389fd0f490e9
It's a custom client that I wrote (Just a Spring Application). Here is the YAML file that configures the client:
https://gist.github.com/bryantp/82111bbcbc0db8be701b389fd0f490e9
|
By
Bryan Perino
·
#5256
·
|
|
Buildpack creators and maintainers wanted!
The CF Buildpacks team will be conducting user research in July and would
like to speak to community members who have experience:
- Creating new buildpacks
- Maintaining buildpacks bits
-
The CF Buildpacks team will be conducting user research in July and would
like to speak to community members who have experience:
- Creating new buildpacks
- Maintaining buildpacks bits
-
|
By
Danny Rosen
·
#5255
·
|
|
Re: How shoulld I debug a blobstore error?
PS with regards to above comment the login.10.60.18.186.xip.io literal appears not only under the route_registrar, but also here (should it be changed as well?):
login:
authorities:
PS with regards to above comment the login.10.60.18.186.xip.io literal appears not only under the route_registrar, but also here (should it be changed as well?):
login:
authorities:
|
By
Eyal Shalev
·
#5254
·
|
|
Re: Retrieve __VCAP__ID from instance_ID
I did CF push and push is successful but the app is not starting and in the logs I see the errors the I pasted.
API endpoint: https://api.ng.bluemix.net (API version: 2.44.0)
User:
I did CF push and push is successful but the app is not starting and in the logs I see the errors the I pasted.
API endpoint: https://api.ng.bluemix.net (API version: 2.44.0)
User:
|
By
Vinod A
·
#5253
·
|
|
Re: How shoulld I debug a blobstore error?
Thanks for replying, but I'm not sure I understand your instructions.
I'm not sure what "check the route registrar merge" means.
Do you mean that I should change the last 2 lines in
Thanks for replying, but I'm not sure I understand your instructions.
I'm not sure what "check the route registrar merge" means.
Do you mean that I should change the last 2 lines in
|
By
Eyal Shalev
·
#5252
·
|
|
Re: How shoulld I debug a blobstore error?
Regarding z2 number of instances are 0 so it is same as having just 1 zone.
For login route error , route registrar on uaa job is adding
login.10.60.18.186.xip.io to routes but from cloud controller
Regarding z2 number of instances are 0 so it is same as having just 1 zone.
For login route error , route registrar on uaa job is adding
login.10.60.18.186.xip.io to routes but from cloud controller
|
By
Ronak Banka
·
#5251
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
Hi Brian,
The scopes that end up in the access token are the intersection of the client scopes and the user scopes. Which oauth client have you configured your spring cloud application with?
Hi Brian,
The scopes that end up in the access token are the intersection of the client scopes and the user scopes. Which oauth client have you configured your spring cloud application with?
|
By
Madhura Bhave
·
#5250
·
|
|
Re: How shoulld I debug a blobstore error?
It seems to have generated two of them even through I am not using 2 zones.
Also I see port 8080 mentioned somewhere in there, as mentioned before port 8080 is only opened internally in the security
It seems to have generated two of them even through I am not using 2 zones.
Also I see port 8080 mentioned somewhere in there, as mentioned before port 8080 is only opened internally in the security
|
By
Eyal Shalev
·
#5249
·
|
|
Re: How shoulld I debug a blobstore error?
Eyal ,
In your final manifest , can you check what are the properties under
route-registrar for uaa job ?
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf.yml#L194
Eyal ,
In your final manifest , can you check what are the properties under
route-registrar for uaa job ?
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf.yml#L194
|
By
Ronak Banka
·
#5248
·
|
|
Emitting service instance logs to dopplr
Has anyone implemented (and has some sample code/OSS project) for a service broker implementation to emit logs/events back into dopplr for each service binding's app?
Nic
Has anyone implemented (and has some sample code/OSS project) for a service broker implementation to emit logs/events back into dopplr for each service binding's app?
Nic
|
By
Dr Nic Williams <drnicwilliams@...>
·
#5247
·
|
|
Spring OAuth not retrieving scopes from UAA
Hello All,
Brand new to Cloud Foundry. I have hooked up a Spring Cloud Application to a UAA server and gotten it to authenticate properly. However, I noticed that none of the scopes that I defined in
Hello All,
Brand new to Cloud Foundry. I have hooked up a Spring Cloud Application to a UAA server and gotten it to authenticate properly. However, I noticed that none of the scopes that I defined in
|
By
Bryan Perino
·
#5245
·
|
|
Re: How shoulld I debug a blobstore error?
That works, but now I cannot connect the cf client.
I am getting a 404.
It does not explicilty say so in the docs, so I assuming that the API endoint is:
https://api.domain_for_haproxy_node is this
That works, but now I cannot connect the cf client.
I am getting a 404.
It does not explicilty say so in the docs, so I assuming that the API endoint is:
https://api.domain_for_haproxy_node is this
|
By
Eyal Shalev
·
#5246
·
|
|
Re: Consul Encryption in CF v234+
Hi Carsten,
That's a good question. We haven't built anything specifically to support
0-downtime for the DEAs, but we have some upcoming changes to make the etcd
used by etcd-metric-server,
Hi Carsten,
That's a good question. We haven't built anything specifically to support
0-downtime for the DEAs, but we have some upcoming changes to make the etcd
used by etcd-metric-server,
|
By
Amit Kumar Gupta
·
#5244
·
|
|
Re: How shoulld I debug a blobstore error?
You can replace it in the stub and rerun generate.
You can replace it in the stub and rerun generate.
|
By
Amit Kumar Gupta
·
#5243
·
|
|
Re: How shoulld I debug a blobstore error?
Can I replace it in the manifest stub and rerun generate? or do I need to replace it in the generated manifest?
Can I replace it in the manifest stub and rerun generate? or do I need to replace it in the generated manifest?
|
By
Eyal Shalev
·
#5242
·
|