Skip to content

Cleanup#52

Merged
sdehm merged 1 commit intomainfrom
cleanup
Mar 18, 2026
Merged

Cleanup#52
sdehm merged 1 commit intomainfrom
cleanup

Conversation

@sdehm
Copy link
Contributor

@sdehm sdehm commented Mar 18, 2026

No description provided.

@sdehm sdehm requested review from a team as code owners March 18, 2026 04:04
Copilot AI review requested due to automatic review settings March 18, 2026 04:04
@sdehm sdehm requested a review from a team as a code owner March 18, 2026 04:04
@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@sdehm sdehm merged commit c1c4917 into main Mar 18, 2026
12 checks passed
@sdehm sdehm deleted the cleanup branch March 18, 2026 04:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes the existing secrets manifests for the moda service in both staging and production environments, effectively clearing the declared secret inventory/metadata from the repository.

Changes:

  • Removed all secret entries from config/moda/secrets/staging/secrets.yml
  • Removed all secret entries from config/moda/secrets/production/secrets.yml

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
config/moda/secrets/staging/secrets.yml Deletes the entire staging secrets YAML document/entries, leaving the file empty.
config/moda/secrets/production/secrets.yml Deletes the entire production secrets YAML document/entries, leaving the file empty.
Comments suppressed due to low confidence (2)

config/moda/secrets/staging/secrets.yml:1

  • This change removes all YAML content, leaving this file empty. If the secrets tooling expects a valid YAML document (e.g., --- with a secrets: mapping), an empty file will parse as null and may cause load/validation errors or silently drop all configured secrets for staging. If the intent is to retire this manifest, prefer deleting the file entirely; otherwise keep a minimal valid structure (e.g., secrets: {}) and/or migrate the removed entries to the new source of truth in the same PR.
    config/moda/secrets/production/secrets.yml:1
  • This file is now empty due to the full removal of its YAML document. If production deployments still rely on these secret definitions (COPILOT_API_URL / CSE_COPILOT_*), this will effectively unconfigure them and may break runtime behavior. Either remove the file (so consumers clearly fail fast / don’t attempt to parse it) or keep a valid YAML stub (secrets: {}) and ensure the removed secrets are defined in the replacement configuration source within this PR.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants