Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use vdemeester/k8s-pkg-credentialprovider temporarly 🌬 #649

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
35 changes: 7 additions & 28 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

258 changes: 220 additions & 38 deletions go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pkg/authn/k8schain/k8schain.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ package k8schain
import (
"github.com/google/go-containerregistry/pkg/authn"
"github.com/google/go-containerregistry/pkg/name"
credentialprovider "github.com/vdemeester/k8s-pkg-credentialprovider"
credentialprovidersecrets "github.com/vdemeester/k8s-pkg-credentialprovider/secrets"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/rest"
"k8s.io/kubernetes/pkg/credentialprovider"
credentialprovidersecrets "k8s.io/kubernetes/pkg/credentialprovider/secrets"
)

// Options holds configuration data for guiding credential resolution.
Expand Down
2 changes: 1 addition & 1 deletion pkg/authn/k8schain/k8schain_aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ package k8schain

import (
// aws credential provider
_ "k8s.io/kubernetes/pkg/credentialprovider/aws"
_ "github.com/vdemeester/k8s-pkg-credentialprovider/aws"
)
2 changes: 1 addition & 1 deletion pkg/authn/k8schain/k8schain_azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ package k8schain

import (
// azure credential provider
_ "k8s.io/kubernetes/pkg/credentialprovider/azure"
_ "github.com/vdemeester/k8s-pkg-credentialprovider/azure"
)
2 changes: 1 addition & 1 deletion pkg/authn/k8schain/k8schain_gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ package k8schain

import (
// gcp credential provider
_ "k8s.io/kubernetes/pkg/credentialprovider/gcp"
_ "github.com/vdemeester/k8s-pkg-credentialprovider/gcp"
)
15 changes: 0 additions & 15 deletions vendor/cloud.google.com/go/AUTHORS

This file was deleted.

40 changes: 0 additions & 40 deletions vendor/cloud.google.com/go/CONTRIBUTORS

This file was deleted.

30 changes: 20 additions & 10 deletions vendor/cloud.google.com/go/compute/metadata/metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading