We run with Dev, QA Testing, UAT Testing and Production environments. We need to store database connection credentials in configuration files for our Delphi apps. Currently we encrypt the database passwords with a small utility and these are written to the environment specific INI file and persisted in source control. The Continua build process then makes these available for the deployment tool.
We have decided we would rather pull the plain text passwords out of the Bitwarden vault at build time, pass them to the encryption utility and then write as part of the deployment package, so we can avoid having them in source control.
Is there a way we can access Bitwarden via a Continua action, and also avoid having the plain text values appearing in Continua logs ?