We have several production environments, each with its own separate credentials. Additionally, we need to hash certain fields by concatenating a secret and hashing the resulting strings.
To achieve this, we need to refer to secrets stored in Google Secret Manager, as all credentials and secrets are kept there.
I couldn’t find a native way to use Google Secret Manager directly in our models and environments. Is there a solution or package designed for this problem?