|
UAA with MySQL Service - SQLException
Hello All,
I have pushed UAA to my Pivotal Web Services account and bound it to the ClearDB MySQL Database service. I have set the environment variables to activate the default and mysql profiles.
Hello All,
I have pushed UAA to my Pivotal Web Services account and bound it to the ClearDB MySQL Database service. I have set the environment variables to activate the default and mysql profiles.
|
By
Bryan Perino
·
#5292
·
|
|
Re: Spring OAuth2 - tokenInfoUri
Figured it out. I needed to define more information in my application.yml. Namely, the client information
security:
oauth2:
client:
clientId: myId
clientSecret: my-secret
Figured it out. I needed to define more information in my application.yml. Namely, the client information
security:
oauth2:
client:
clientId: myId
clientSecret: my-secret
|
By
Bryan Perino
·
#5291
·
|
|
How To Manage List Subscriptions
I am trying to manage my list subscription settings, but when I log into
lists.cloudfoundry.org, it doesn't say I am subscribed to any lists. I know
I am because I am getting emails ;). I was
I am trying to manage my list subscription settings, but when I log into
lists.cloudfoundry.org, it doesn't say I am subscribed to any lists. I know
I am because I am getting emails ;). I was
|
By
Ryan Baxter
·
#5290
·
|
|
Re: Spring OAuth2 - tokenInfoUri
Here is the YML file configuration for Spring OAuth as well as the code that makes the POST call:
YML: https://gist.github.com/bryantp/fbf2f5a46aa883588b6f5230cae5248f
Code:
Here is the YML file configuration for Spring OAuth as well as the code that makes the POST call:
YML: https://gist.github.com/bryantp/fbf2f5a46aa883588b6f5230cae5248f
Code:
|
By
Bryan Perino
·
#5289
·
|
|
CVE-2016-4468 UAA SQL Injection
CVE-2016-4468 UAA SQL Injection Severity
High
Vendor
Cloud Foundry Foundation
Versions Affected
-
Cloud Foundry release v237 and earlier versions
-
UAA release v3.4.0 and earlier
CVE-2016-4468 UAA SQL Injection Severity
High
Vendor
Cloud Foundry Foundation
Versions Affected
-
Cloud Foundry release v237 and earlier versions
-
UAA release v3.4.0 and earlier
|
By
Chip Childers <cchilders@...>
·
#5288
·
|
|
Re: Spring OAuth2 - tokenInfoUri
Here is the UAA log file.
https://gist.github.com/bryantp/75286fca304d9a0b3913ea05e293645a
Here is the UAA log file.
https://gist.github.com/bryantp/75286fca304d9a0b3913ea05e293645a
|
By
Bryan Perino
·
#5287
·
|
|
Re: How to make values in VCAP_SERVICES json private or secret or hidden
Hi Nikhil,
Generally the way to prevent individuals from reading VCAP_SERVICES is to
give them a non-SpaceDeveloper role in that space, like SpaceAuditor. A
SpaceDeveloper is the only role that can
Hi Nikhil,
Generally the way to prevent individuals from reading VCAP_SERVICES is to
give them a non-SpaceDeveloper role in that space, like SpaceAuditor. A
SpaceDeveloper is the only role that can
|
By
Stuart Charlton
·
#5286
·
|
|
Re: Spring OAuth2 - tokenInfoUri
wrote:
Do you have logs from UAA? The UAA logs will sometimes tell you more about
the response you received.
Dan
wrote:
Do you have logs from UAA? The UAA logs will sometimes tell you more about
the response you received.
Dan
|
By
Daniel Mikusa
·
#5285
·
|
|
Spring OAuth2 - tokenInfoUri
Hello All,
I am using Spring Cloud Security with OAuth2 and am having an issue related to it not passing the scopes around. I believe that I need to define an endpoint to retrieve information about a
Hello All,
I am using Spring Cloud Security with OAuth2 and am having an issue related to it not passing the scopes around. I believe that I need to define an endpoint to retrieve information about a
|
By
Bryan Perino
·
#5284
·
|
|
Re: Spring OAuth not retrieving scopes from UAA
The request to /oauth/authorize takes in a scope parameter where you can
specify which scopes you want in your access token. That is what adding the
scope in application.yml did. If you don't specify
The request to /oauth/authorize takes in a scope parameter where you can
specify which scopes you want in your access token. That is what adding the
scope in application.yml did. If you don't specify
|
By
Madhura Bhave
·
#5283
·
|
|
CF CLI v6.20.0 Released Today
The CF CLI team just cut 6.20.0. Binaries and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
Route Services and Routes with Paths
Route services can now be
The CF CLI team just cut 6.20.0. Binaries and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
Route Services and Routes with Paths
Route services can now be
|
By
Koper, Dies <diesk@...>
·
#5282
·
|
|
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
·
|