Skip to content

Commit

Permalink
Find anything else requiring auth tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Apr 7, 2020
1 parent 130c026 commit ba094b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeup/pkg/model/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (b *SecretBuilder) Build(c *fi.ModelBuilderContext) error {

// Support for basic auth was deprecated 1.16 and removed in 1.19
// https://github.com/kubernetes/kubernetes/pull/89069
if b.IsKubernetesLT("1.19") && b.SecretStore != nil {
if false && b.IsKubernetesLT("1.19") && b.SecretStore != nil {
key := "kube"
token, err := b.SecretStore.FindSecret(key)
if err != nil {
Expand Down

0 comments on commit ba094b4

Please sign in to comment.