We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54e662 commit 10b09edCopy full SHA for 10b09ed
enterprise/cli/provisionerdaemonstart.go
@@ -153,7 +153,7 @@ func (r *RootCmd) provisionerDaemonStart() *serpent.Command {
153
154
// When authorizing with a PSK / provisioner key, we automatically scope the provisionerd
155
// to organization. Scoping to user with PSK / provisioner key auth is not a valid configuration.
156
- if preSharedKey != "" || provisionerKey != "" {
+ if preSharedKey != "" {
157
logger.Info(ctx, "psk automatically sets tag "+provisionersdk.TagScope+"="+provisionersdk.ScopeOrganization)
158
tags[provisionersdk.TagScope] = provisionersdk.ScopeOrganization
159
}
0 commit comments