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

The operator needs to refresh broker tokens periodically #1673

Open
Tracked by #56
skitt opened this issue Nov 22, 2021 · 2 comments
Open
Tracked by #56

The operator needs to refresh broker tokens periodically #1673

skitt opened this issue Nov 22, 2021 · 2 comments
Assignees
Labels

Comments

@skitt
Copy link
Member

skitt commented Nov 22, 2021

This is part of submariner-io/enhancements#56

When CAs are rotated, the corresponding secrets are automatically regenerated. This happens before CAs expire, and new secrets can be verified with old and new CAs. To survive actual rotation, all users of a given secret need to have the updated secret. As part of this, the operator should retrieve the secret used to access the broker periodically, and ensure that pods deployed with access to that key are made aware of the change.

@tpantelis
Copy link
Contributor

tpantelis commented Jun 24, 2024

@skitt Wasn't this already done?

func (r *Reconciler) setupSecretSyncer(instance *submopv1a1.Submariner, logger logr.Logger, namespace string) error {

@skitt
Copy link
Member Author

skitt commented Jun 24, 2024

I’m not sure off-hand but I think there was a missing piece, I’ll check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

3 participants