Skip to content

Commit

Permalink
k8schain: prioritize imagePullSecrets over implicit auth (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed May 17, 2022
1 parent 49e5170 commit 84eb526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/authn/k8schain/k8schain.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ func NewFromPullSecrets(ctx context.Context, pullSecrets []corev1.Secret) (authn
}

return authn.NewMultiKeychain(
k8s,
authn.DefaultKeychain,
google.Keychain,
amazonKeychain,
azureKeychain,
k8s,
), nil
}

0 comments on commit 84eb526

Please sign in to comment.