Skip to content

feat: Add support for state-secrets repo#466

Open
juanjosevazquezgil wants to merge 6 commits into
mainfrom
feat/444-add-new-state-secrets-repo
Open

feat: Add support for state-secrets repo#466
juanjosevazquezgil wants to merge 6 commits into
mainfrom
feat/444-add-new-state-secrets-repo

Conversation

@juanjosevazquezgil
Copy link
Copy Markdown
Contributor

Closes #444

Copy link
Copy Markdown
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

Adds initial wiring to support pushing ExternalSecret CRs to a dedicated state repository (intended to be state-secrets) during the firestartr-bootstrap push phase.

Changes:

  • Replaces the CR push provider configuration from terraform to secrets in the bootstrap YAML types.
  • Updates bootstrap file pushing logic to filter /resources/firestartr-crs/infra and push only ExternalSecret.* CRs to the configured secrets repo.

Reviewed changes

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

File Description
firestartr-bootstrap/types.go Changes the pushFiles.crs.providers schema to use secrets instead of terraform.
firestartr-bootstrap/resources.go Pushes only ExternalSecret.* CRs from the infra CR directory to the new secrets repo target.

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

Comment thread firestartr-bootstrap/types.go Outdated
Comment thread firestartr-bootstrap/resources.go
Copy link
Copy Markdown
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

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


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

Comment thread firestartr-bootstrap/resources.go Outdated
Comment thread firestartr-bootstrap/resources.go
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.

[firestartr-bootstrap] Update bootstrap process to include new ExternalSecrets state repository

2 participants