forked from jetstack/kube-oidc-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jetstack#183 from justinas-b/master
ISSUE-180 Updating CluserRole to include userextras/remote-client-ip
- Loading branch information
Showing
6 changed files
with
23 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,11 @@ | ||
module github.com/jetstack/kube-oidc-proxy | ||
module kube-oidc-proxy | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/golang/mock v1.2.0 | ||
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40 | ||
github.com/onsi/ginkgo v1.11.0 | ||
github.com/onsi/gomega v1.7.0 | ||
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/pflag v1.0.5 | ||
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect | ||
gopkg.in/square/go-jose.v2 v2.3.1 | ||
k8s.io/api v0.18.0 | ||
k8s.io/apimachinery v0.18.0 | ||
k8s.io/apiserver v0.18.0 | ||
k8s.io/cli-runtime v0.18.0 | ||
k8s.io/client-go v0.18.0 | ||
k8s.io/component-base v0.18.0 | ||
k8s.io/klog v1.0.0 | ||
sigs.k8s.io/kind v0.7.0 | ||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect | ||
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect | ||
k8s.io/component-base v0.24.1 // indirect | ||
k8s.io/apiserver v0.24.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build tools | ||
// +build tools | ||
|
||
// Copyright Jetstack Ltd. See LICENSE for details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters