cloudfoundry-attic / bootstrap-cf-plugin

0 stars 9 forks source link

Use asymmetric uaa keys in template. #2

Closed tekul closed 11 years ago

tekul commented 11 years ago

Added uaa.jwt.signing_key and uaa.jwt.verification_key and removed symmetric key cc.token_secret.

Also removed uaa.client_secret and uaa.token_secret which are invalid properties and are not used.

cf-frameworks commented 11 years ago

Has this been tested with all the yeti on an aws instance?

-@mark-rushakoff

shalako commented 11 years ago

@tekul tested this and the same change to deployments-aws was merged https://github.com/cloudfoundry/deployments-aws/pull/1

cf-frameworks commented 11 years ago

https://github.com/cloudfoundry/bootstrap-cf-plugin is not the source of the dev template. It was moved to cf-release repo: commit 1b8c411ae4f663f3714d9d3a8fb36797a8c5a271 Author: Jeffrey Peckham, Kyriacos Souroullas and Martin Englund <pair+jeffrey+k+martin@ Date: Fri Apr 12 14:27:33 2013 -0700

[#47031809] Added cf AWS template. Moving it from cf-bootstrap-plugin

BP & TH