From 73cdd55d5909347b50cf7efa764f58fbcadc5727 Mon Sep 17 00:00:00 2001 From: Shaffer Dehmlow Date: Tue, 17 Mar 2026 22:04:27 -0600 Subject: [PATCH] Cleanup --- config/moda/secrets/production/secrets.yml | 30 ---------------------- config/moda/secrets/staging/secrets.yml | 30 ---------------------- 2 files changed, 60 deletions(-) delete mode 100644 config/moda/secrets/production/secrets.yml delete mode 100644 config/moda/secrets/staging/secrets.yml diff --git a/config/moda/secrets/production/secrets.yml b/config/moda/secrets/production/secrets.yml deleted file mode 100644 index 24c6288..0000000 --- a/config/moda/secrets/production/secrets.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 diff --git a/config/moda/secrets/staging/secrets.yml b/config/moda/secrets/staging/secrets.yml deleted file mode 100644 index dd8d317..0000000 --- a/config/moda/secrets/staging/secrets.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -secrets: - COPILOT_API_URL: - key: COPILOT_API_URL - type: - owner: - playbook: '' - externally_usable: - 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: - owner: - playbook: '' - externally_usable: - kind: latest_at_deployment_start - kittens: - key: kittens - type: kittens - owner: '' - playbook: - externally_usable: false - kind: latest_at_deployment_start