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

coordinator: only create workload secret if not disabled #1130

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

burgerdev
Copy link
Contributor

@burgerdev burgerdev commented Jan 8, 2025

Setting WorkloadSecretID to an empty string (or removing it from the manifest) results in a secret derived from an empty string. This is unlikely to be the users intent, though, because all workloads with an empty WorkloadSecretID now share a low-entropy secret, which might be used accidentally. To be safe, don't generate a secret if the ID is not present.

@burgerdev burgerdev added the changelog PRs that should be part of the release notes label Jan 8, 2025
@burgerdev burgerdev changed the title coordinator: only create workload secret if requested coordinator: only create workload secret if not disabled Jan 8, 2025
@burgerdev burgerdev requested a review from katexochen January 9, 2025 09:24
@burgerdev burgerdev marked this pull request as ready for review January 9, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog PRs that should be part of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant