Skip to content

Gc/fix/gcp pushsecret location replication#4751

Merged
Skarlso merged 4 commits intomainfrom
gc/fix/gcp-pushsecret-location-replication
May 9, 2025
Merged

Gc/fix/gcp pushsecret location replication#4751
Skarlso merged 4 commits intomainfrom
gc/fix/gcp-pushsecret-location-replication

Conversation

@gusfcarvalho
Copy link
Copy Markdown
Member

Problem Statement

With the introduction of regional Secrets for GCP, PushSecret replication Location configuration stopped working. This is due to the fact we were misusing store.spec.location to set it, as opposed to set as a PushSecretMetadata. this PR fixes this.

Related Issue

Fixes #4656

Proposed Changes

  • Adds a new field replicationLocation to the PushSecretMetadata

Checklist

  • I have read the contribution guidelines
  • All commits are signed with git commit --signoff
  • My changes have reasonable test coverage
  • All tests pass with make test
  • I ensured my PR is ready for review with make reviewable

Signed-off-by: Gustavo Carvalho <gustavo@externalsecrets.com>
Signed-off-by: Gustavo Carvalho <gustavo@externalsecrets.com>
@gusfcarvalho gusfcarvalho requested a review from a team as a code owner May 8, 2025 10:08
@gusfcarvalho gusfcarvalho requested a review from Skarlso May 8, 2025 10:08
@Skarlso Skarlso merged commit 224d566 into main May 9, 2025
7 checks passed
@Skarlso Skarlso deleted the gc/fix/gcp-pushsecret-location-replication branch May 9, 2025 17:00
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented May 9, 2025

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.

GCP regional PushSecrets are not working

2 participants