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 9c39677 commit b52d102Copy full SHA for b52d102
cloudprovider/azure.go
@@ -80,7 +80,6 @@ func (m *CloudProviderAzure) FetchToken() (token *bootstraptoken.BootstrapToken)
80
case "SecretDisabled":
81
// disabled secret, continue as there would be no token
82
log.Warn("current secret is disabled, assuming non existing token")
83
- err = nil
84
break
85
case "ForbiddenByPolicy":
86
// access is forbidden
0 commit comments