-
Notifications
You must be signed in to change notification settings - Fork 889
provisioner helm chart: stop requiring psk to be set #14985
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
Labels
must-do
Issues that must be completed by the end of the Sprint. Or else. Only humans may set this.
Comments
This was referenced Oct 21, 2024
johnstcn
added a commit
that referenced
this issue
Oct 22, 2024
Relates to #14985 Context: #15122 (comment) Specifying both `provisionerDaemon.pskSecretName` and `provisionerDaemon.keySecretName` will now result in an error. This prevents a potential `CrashLoopBackoff` debug session due to the following error: ``` error: cannot provide both provisioner key --key and pre-shared key --psk ```
defelmnq
pushed a commit
that referenced
this issue
Oct 23, 2024
Relates to #14985 Context: #15122 (comment) Specifying both `provisionerDaemon.pskSecretName` and `provisionerDaemon.keySecretName` will now result in an error. This prevents a potential `CrashLoopBackoff` debug session due to the following error: ``` error: cannot provide both provisioner key --key and pre-shared key --psk ```
defelmnq
pushed a commit
that referenced
this issue
Oct 23, 2024
Closes #14985 Updates external provisioner documentation to show steps for using provisioner keys via Helm: --------- Co-authored-by: Edward Angert <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
must-do
Issues that must be completed by the end of the Sprint. Or else. Only humans may set this.
Now that we support
--key
auth and user auth, let's stop requiring a PSK secret in the provisionerd. As a workaround, the user can set the value to "" and use the key instead.Secret:
Helm values:
But we don't want to have users doing this long-term.
Let's also work with @EdwardAngert to update the provisioner docs to explain how to configure this in Helm
The text was updated successfully, but these errors were encountered: