From b109d9050e4e0945f92c26e7b1527271f3b065de Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Wed, 11 Sep 2024 16:55:03 +0300 Subject: [PATCH] updated worker.yml --- src/configs/worker.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/configs/worker.yml b/src/configs/worker.yml index 4e292d64..3a0dd41b 100644 --- a/src/configs/worker.yml +++ b/src/configs/worker.yml @@ -7,21 +7,29 @@ config: secrets: NEW_RELIC_API_KEY: "gcp/udx-worker-project/new_relic_api_key" - # Examples: + # Supported: # # NEW_RELIC_API_KEY: "azure/kv-udx-worker/new_relic_api_key" + # + + # To be supported: + # # NEW_RELIC_API_KEY: "aws/secrets-manager/new_relic_api_key" # NEW_RELIC_API_KEY: "bitwarden/collection/new_relic_api_key" # + actors: - type: gcp creds: "${GCP_CREDS}" - # Examples: + # Supported: # # - type: azure # creds: "${AZURE_CREDS}" # + + # To be supported: + # # - type: aws # creds: "${AWS_CREDS}" #