|
Re: Spring OAuth not retrieving scopes from UAA
Thanks! I am not sure if it makes a difference, but I can also specify the scope in the client config:
https://gist.github.com/bryantp/4b3dadb17c620d301109859fd92c4539#file-application-yml-L16
The
Thanks! I am not sure if it makes a difference, but I can also specify the scope in the client config:
https://gist.github.com/bryantp/4b3dadb17c620d301109859fd92c4539#file-application-yml-L16
The
|
By
Bryan Perino
·
#5281
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
So it looks like if the scope name starts with `uaa.` we ignore it at the
time of app authorization. I will create a story in our backlog to
investigate why that is the case. As a workaround if you
So it looks like if the scope name starts with `uaa.` we ignore it at the
time of app authorization. I will create a story in our backlog to
investigate why that is the case. As a workaround if you
|
By
Madhura Bhave
·
#5280
·
|
|
How to make values in VCAP_SERVICES json private or secret or hidden
Hi,
I have a service that is supported on Cloud Foundry through Java Buildpack.
I am trying to make the values of my service in VCAP_SERVICES json hidden or private, so that its invisible using the
Hi,
I have a service that is supported on Cloud Foundry through Java Buildpack.
I am trying to make the values of my service in VCAP_SERVICES json hidden or private, so that its invisible using the
|
By
Nikhil Katre <nikhil.katre@...>
·
#5279
·
|
|
CF Summit EU 2016 code for Contributors
Hi all,
Registration is open for the upcoming CF Summit Europe, and we have a
limited number of free passes for contributors to the project.
This code can be used by anyone that is a contributor to
Hi all,
Registration is open for the upcoming CF Summit Europe, and we have a
limited number of free passes for contributors to the project.
This code can be used by anyone that is a contributor to
|
By
Chip Childers <cchilders@...>
·
#5278
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
There are 3 requests to /oauth/authorize. I have saved all 3 as HAR files.
https://dl.dropboxusercontent.com/u/4177525/har-files.zip
There are 3 requests to /oauth/authorize. I have saved all 3 as HAR files.
https://dl.dropboxusercontent.com/u/4177525/har-files.zip
|
By
Bryan Perino
·
#5277
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
Can you send me the full request to /oauth/authorize when you get to the
authorization page? You should be able to find it in the Network tab.
wrote:
Can you send me the full request to /oauth/authorize when you get to the
authorization page? You should be able to find it in the Network tab.
wrote:
|
By
Madhura Bhave
·
#5276
·
|
|
Re: How to listen to space deletion events?
Hi Piotr,
Delete space will fail if there are associated resources.
Nick
--
Nicholas Calugar
Product Manager - Cloud Foundry API
Pivotal Software, Inc.
Hi Piotr,
Delete space will fail if there are associated resources.
Nick
--
Nicholas Calugar
Product Manager - Cloud Foundry API
Pivotal Software, Inc.
|
By
Nicholas Calugar
·
#5275
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
I don't have to modify the client registration YAMl do I? Here is it for brevity:
https://gist.github.com/bryantp/359249dfe2a40860c3a6f5489f9924bd
I don't have to modify the client registration YAMl do I? Here is it for brevity:
https://gist.github.com/bryantp/359249dfe2a40860c3a6f5489f9924bd
|
By
Bryan Perino
·
#5274
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
I am not using a DB currently, everything is in memory. I usually just restart UAA to make the changes take effect.
I am not using a DB currently, everything is in memory. I usually just restart UAA to make the changes take effect.
|
By
Bryan Perino
·
#5273
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
I suspect that the client did not get updated with the uaa.admin scope. Can you check the database to see if the client has that scope? It would be in the oauth_client_details table. If it hasn't been
I suspect that the client did not get updated with the uaa.admin scope. Can you check the database to see if the client has that scope? It would be in the oauth_client_details table. If it hasn't been
|
By
Madhura Bhave
·
#5272
·
|
|
Re: How to listen to space deletion events?
Hi Nicholas,
what happens to applications if the recursive flag is not passed ? Will
delete fail if there are apps in the space ? or will delete succeed ? in
the latter case, what is the state of
Hi Nicholas,
what happens to applications if the recursive flag is not passed ? Will
delete fail if there are apps in the space ? or will delete succeed ? in
the latter case, what is the state of
|
By
Piotr Przybylski <piotrp@...>
·
#5271
·
|
|
Concerns on the "unique_id" in the service metadata
Hi Colleagues,
I have some concerns on the unique_id in the service metadata.
1. In the api docs http://apidocs.cloudfoundry.org/237/services/retrieve_a_particular_service.html it says unique_id -A
Hi Colleagues,
I have some concerns on the unique_id in the service metadata.
1. In the api docs http://apidocs.cloudfoundry.org/237/services/retrieve_a_particular_service.html it says unique_id -A
|
By
Ponraj E
·
#5270
·
|
|
Re: How shoulld I debug a blobstore error?
Hello amit,
Regarding your above post, I have followed those instructions exactly in my cluster besides the fact that I called my SYSTEM_DOMAIN "sysdomain" to make it more easily searchable in logs
Hello amit,
Regarding your above post, I have followed those instructions exactly in my cluster besides the fact that I called my SYSTEM_DOMAIN "sysdomain" to make it more easily searchable in logs
|
By
Eyal Shalev
·
#5269
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
I must be doing something wrong. I added some scopes that belong to the user to the client definition, but they won't show up on the authorization page.
http://i.imgur.com/iSSpsNz.png
Here is the
I must be doing something wrong. I added some scopes that belong to the user to the client definition, but they won't show up on the authorization page.
http://i.imgur.com/iSSpsNz.png
Here is the
|
By
Bryan Perino
·
#5268
·
|
|
Re: How to listen to space deletion events?
Hi Piotr,
Yes, that is correct, deleting recursively will delete service instances
and apps.
Thanks,
Nick
--
Nicholas Calugar
Product Manager - Cloud Foundry API
Pivotal Software, Inc.
Hi Piotr,
Yes, that is correct, deleting recursively will delete service instances
and apps.
Thanks,
Nick
--
Nicholas Calugar
Product Manager - Cloud Foundry API
Pivotal Software, Inc.
|
By
Nicholas Calugar
·
#5267
·
|
|
Re: Emitting service instance logs to dopplr
Mike, sorry didn't mean to infer the broker is a cf app. Your example is what I'm asking about. I haven't played with dropsonde clients yet; will investigate.
Mike, sorry didn't mean to infer the broker is a cf app. Your example is what I'm asking about. I haven't played with dropsonde clients yet; will investigate.
|
By
Dr Nic Williams <drnicwilliams@...>
·
#5266
·
|
|
Re: How to listen to space deletion events?
Hi Nicholas,
is that behavior influenced by the 'recursive' flag on the Space DELETE
request?
Also, does the CC stop and delete applications in the deleted space ? How
is that influenced by the
Hi Nicholas,
is that behavior influenced by the 'recursive' flag on the Space DELETE
request?
Also, does the CC stop and delete applications in the deleted space ? How
is that influenced by the
|
By
Piotr Przybylski <piotrp@...>
·
#5265
·
|
|
Re: Emitting service instance logs to dopplr
I'm not sure I understand you're question. We have several brokers that
write to loggregator. We just use the app guid passed in when binding and
log messages using a dropsonde client library for
I'm not sure I understand you're question. We have several brokers that
write to loggregator. We just use the app guid passed in when binding and
log messages using a dropsonde client library for
|
By
Mike Youngstrom <youngm@...>
·
#5264
·
|
|
Re: Emitting service instance logs to dopplr
If not via dopplr, can you please share "state of the art" for how are your service brokers exposing backend logs to end users?
Nic
If not via dopplr, can you please share "state of the art" for how are your service brokers exposing backend logs to end users?
Nic
|
By
Dr Nic Williams <drnicwilliams@...>
·
#5263
·
|
|
Re: How shoulld I debug a blobstore error?
Hi Eyal,
Some background info on routes, domains, the system domain, and apps
domains.
Cloud Foundry deployments include a component called the gorouter. It
essentially holds a routing table
Hi Eyal,
Some background info on routes, domains, the system domain, and apps
domains.
Cloud Foundry deployments include a component called the gorouter. It
essentially holds a routing table
|
By
Amit Kumar Gupta
·
#5262
·
|