- Notifications
You must be signed in to change notification settings - Fork928
Description
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:
apiVersion:v1kind:Secretmetadata:name:coder-org1-provisioner-keytype:OpaquestringData:key:"the-key"psk:""
Helm values:
coder:env: -name:CODER_URLvalue:"https://dev.coder.com" -name:CODER_PROVISIONER_DAEMON_KEYvalueFrom:secretKeyRef:name:coder-org1-provisioner-keykey:keyreplicaCount:1provisionerDaemon:pskSecretName:coder-org1-provisioner-key
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