Shared secrets between jobs

Hi,

Is there any possibility to define secrets in a single place and use it across jobs (same as circleci context)?

  • Alexei

I am not familiar with CircleCI contexts, however, if you want to define secrets in one place and share across projects you have the following options:

  1. Use organization secrets, which shares secrets across projects in an organization. See https://docs.drone.io/secret/organization/
  2. Use external secrets (e.g. from Vault) which allows you to share secrets across all projects and and organizations. See https://docs.drone.io/secret/external/
  3. Create your own secret extension. See https://docs.drone.io/extensions/secret/
  4. Create your own environment extension. See https://docs.drone.io/extensions/environment/