From 8d995f386cd86df4166825bbf4800c88ee96c283 Mon Sep 17 00:00:00 2001 From: "vault-chatops[bot]" <191258398+vault-chatops[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:14:42 +0000 Subject: [PATCH] Creating config/moda/secrets/production/secrets.yml --- config/moda/secrets/production/secrets.yml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config/moda/secrets/production/secrets.yml diff --git a/config/moda/secrets/production/secrets.yml b/config/moda/secrets/production/secrets.yml new file mode 100644 index 0000000..24c6288 --- /dev/null +++ b/config/moda/secrets/production/secrets.yml @@ -0,0 +1,30 @@ +--- +secrets: + COPILOT_API_URL: + key: COPILOT_API_URL + type: config + owner: "@github/customer-success-engineering" + playbook: + externally_usable: false + kind: latest_at_deployment_start + CSE_COPILOT_HMAC_KEY: + key: CSE_COPILOT_HMAC_KEY + type: HMAC + owner: "@github/customer-success-engineering" + playbook: https://github.com/github/trust-metadata-api/blob/main/docs/playbooks/rotate-hmac-keys.md + externally_usable: true + kind: latest_at_deployment_start + CSE_COPILOT_SERVICE_URL: + key: CSE_COPILOT_SERVICE_URL + type: config + owner: "@github/customer-success-engineering" + playbook: + externally_usable: false + kind: latest_at_deployment_start + kittens: + key: kittens + type: kittens + owner: '' + playbook: + externally_usable: false + kind: latest_at_deployment_start