18F / credentials-rotator

This tool rotates cloud foundry service accounts and stores credentials in a user provided service and on Circle CI environment variables.
Other
1 stars 2 forks source link

Use the cloud-foundry-cli docker image to simplify the cf CLI setup on CircleCI #6

Open adborden opened 6 years ago

adborden commented 6 years ago

Just wanted to point out https://github.com/18F/cloud-foundry-cli which is a docker image that just contains the cf CLI for use on CircleCI. It's geared towards deploying apps to cloud foundry, but we'd like to make it more generic for any application needing the cf cli like credentials-rotator.

adborden commented 6 years ago

I'd be happy to create a PR since I'm sure there's a few tweaks to make on the cloud-foundry-cli side.