|
Re: UAA with MySQL Service - SQLException
I think it is looking at VCAP Services. It partially configured the url correct (The random Username, Password and DB Name are correct) without me doing anything other than activating the mysql
I think it is looking at VCAP Services. It partially configured the url correct (The random Username, Password and DB Name are correct) without me doing anything other than activating the mysql
|
By
Bryan Perino
·
#5301
·
|
|
Re: Built-in blue-green deployment support
Hi John / Eitan,
We have a couple tracks of work planned for the new V3 Cloud Foundry API:
Zero-downtime deployment - Diego to support changing an application
specification of a running LRP in a
Hi John / Eitan,
We have a couple tracks of work planned for the new V3 Cloud Foundry API:
Zero-downtime deployment - Diego to support changing an application
specification of a running LRP in a
|
By
Nicholas Calugar
·
#5300
·
|
|
Re: UAA with MySQL Service - SQLException
I don't believe thats the case. It should be set in UAA.yml
Thanks,
Sree Tummidi
Sr. Product Manager
Identity - Pivotal Cloud Foundry
I don't believe thats the case. It should be set in UAA.yml
Thanks,
Sree Tummidi
Sr. Product Manager
Identity - Pivotal Cloud Foundry
|
By
Sree Tummidi
·
#5299
·
|
|
Re: UAA with MySQL Service - SQLException
I don't think this is related to PWS. In this case UAA is just another app
running on CF, so it's really an issue about how UAA is loading it's
database configuration. From the instructions here
I don't think this is related to PWS. In this case UAA is just another app
running on CF, so it's really an issue about how UAA is loading it's
database configuration. From the instructions here
|
By
Daniel Mikusa
·
#5298
·
|
|
Re: UAA with MySQL Service - SQLException
For PWS issues, you can create a support ticket on run.pivotal.io
Thanks,
Sree Tummidi
Sr. Product Manager
Identity - Pivotal Cloud Foundry
wrote:
For PWS issues, you can create a support ticket on run.pivotal.io
Thanks,
Sree Tummidi
Sr. Product Manager
Identity - Pivotal Cloud Foundry
wrote:
|
By
Sree Tummidi
·
#5297
·
|
|
Re: Built-in blue-green deployment support
i know that the cf autopilot plugin does this (
https://github.com/concourse/autopilot ).
this other plugin:
https://github.com/bluemixgaragelondon/cf-blue-green-deploy
may also be worth checking
i know that the cf autopilot plugin does this (
https://github.com/concourse/autopilot ).
this other plugin:
https://github.com/bluemixgaragelondon/cf-blue-green-deploy
may also be worth checking
|
By
Eitan Suez <esuez@...>
·
#5296
·
|
|
Built-in blue-green deployment support
Hi
Is there already a built-in, out of the box solution for blue-green
deployment in CF now without having the need of deploying an app with a
different name and then working with map-route manually?
Hi
Is there already a built-in, out of the box solution for blue-green
deployment in CF now without having the need of deploying an app with a
different name and then working with map-route manually?
|
By
John Wong
·
#5295
·
|
|
Re: UAA with MySQL Service - SQLException
I cross posted this to StackOverflow:
http://stackoverflow.com/questions/38150593/uaa-in-cloud-foundry-sqlexception
I was not sure if this was a PWS issue or Cloud Foundry. If it's a PWS issue,
I cross posted this to StackOverflow:
http://stackoverflow.com/questions/38150593/uaa-in-cloud-foundry-sqlexception
I was not sure if this was a PWS issue or Cloud Foundry. If it's a PWS issue,
|
By
Bryan Perino
·
#5294
·
|
|
Re: CF CLI v6.20.0 Released Today
Hi Dies,
Congrats - great release (as usual)!
With respect to the CLI, I came across a question yesterday I couldn’t answer: Is there a way to list all orgs/spaces that are associated with a
Hi Dies,
Congrats - great release (as usual)!
With respect to the CLI, I came across a question yesterday I couldn’t answer: Is there a way to list all orgs/spaces that are associated with a
|
By
Krannich, Bernd <bernd.krannich@...>
·
#5293
·
|
|
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
·
|