cloud-gov / concourse-broker

A Cloud Foundry service broker for Concourse CI
Other
9 stars 2 forks source link

Broker needs to handle client credentials rotation #14

Closed cnelson closed 7 years ago

cnelson commented 7 years ago

If the CLIENT_ID or CLIENT_SECRET settings are changed, the broker currently does not update previously provisioned teams in concourse which makes them inaccessible if the client credentials they were created with are no longer valid.

The broker should be smart enough to update existing teams to use new credentials when they are updated.

cnelson commented 7 years ago

Fixed by #17