Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(store): add owner reference to the secrets #7770

Merged
merged 16 commits into from Sep 19, 2023

Conversation

slonka
Copy link
Contributor

@slonka slonka commented Sep 15, 2023

based on #7736

closes #3276

you can check parent project PR to see how it works there

Checklist prior to review

  • Link to relevant issue as well as docs and UI issues --
  • This will not break child repos: it doesn't hardcode values (.e.g "kumahq" as a image registry) and it will work on Windows, system specific functions like syscall.Mkfifo have equivalent implementation on the other OS --
  • Tests (Unit test, E2E tests, manual test on universal and k8s) --
  • Do you need to update UPGRADE.md? --
  • Does it need to be backported according to the backporting policy? (this GH action will add "backport" label based on these file globs, if you want to prevent it from adding the "backport" label use no-backport-autolabel label) --
  • Do you need to explicitly set a > Changelog: entry here or add a ci/ label to run fewer/more tests?

Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
@slonka slonka added the ci/run-full-matrix PR: Runs all possible e2e test combination (expensive use carefully) label Sep 15, 2023
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
…e trouble

Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
pkg/core/ca/manager.go Show resolved Hide resolved
pkg/core/managers/apis/mesh/mesh_manager.go Show resolved Hide resolved
}
logger.Info("default Mesh created")
return nil
return mesh, nil
Copy link
Contributor Author

@slonka slonka Sep 18, 2023

Choose a reason for hiding this comment

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

we need to return the mesh so we can hook it up as an owner

pkg/plugins/ca/builtin/manager_test.go Show resolved Hide resolved
pkg/plugins/secrets/k8s/store_test.go Show resolved Hide resolved
pkg/xds/secrets/secrets_test.go Show resolved Hide resolved
test/e2e_env/kubernetes/gateway/gateway.go Outdated Show resolved Hide resolved
pkg/plugins/secrets/k8s/store.go Outdated Show resolved Hide resolved
@slonka slonka marked this pull request as ready for review September 18, 2023 09:47
@slonka slonka requested a review from a team as a code owner September 18, 2023 09:47
@slonka slonka requested review from michaelbeaumont and Automaat and removed request for a team September 18, 2023 09:47
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
@slonka slonka merged commit 0f0b24d into master Sep 19, 2023
5 checks passed
@slonka slonka deleted the add-owners-to-the-secretmanager-new branch September 19, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/run-full-matrix PR: Runs all possible e2e test combination (expensive use carefully)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Owners to the SecretManager
3 participants