What is the right format to specify the JSON credentials for the Google secret manager?

Hi @alafanechere ! Just tried your solution and it worked :grinning: . One minor correction - SECRET_PERSISTENCE is already in docker-compose.yaml, so these had to be added instead

    environment:
      - SECRET_STORE_GCP_PROJECT_ID=${SECRET_STORE_GCP_PROJECT_ID}
      - SECRET_STORE_GCP_CREDENTIALS=${SECRET_STORE_GCP_CREDENTIALS}
1 Like