class NdrDevSupport::Daemon::CDCredentials

Wrapper around Capistrano based Continuous Deployment of application credentials

Assumes there is a capistrano task “app:update_secrets” which can be used together with a target name, e.g. cap target app:update_secrets to update a capistrano target with secrets / credentials from one or more repositories. To use this daemon, a number of environment variables need to be set including CD_TARGETS and CD_URLS.