Skip to content

Commit

Permalink
Bump brancz/kube-rbac-proxy to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
eks-distro-pr-bot committed Apr 19, 2024
1 parent 21f30ee commit 81d48ba
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ projects:
repos:
- name: kube-rbac-proxy
versions:
- tag: v0.16.0
- tag: v0.17.0
go_version: "1.21"
- org: cert-manager
repos:
Expand Down
12 changes: 6 additions & 6 deletions projects/brancz/kube-rbac-proxy/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

** github.com/brancz/kube-rbac-proxy; version v0.16.0 --
** github.com/brancz/kube-rbac-proxy; version v0.17.0 --
https://github.com/brancz/kube-rbac-proxy

** github.com/coreos/go-oidc; version v2.2.1+incompatible --
Expand Down Expand Up @@ -915,13 +915,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
** golang.org/go; version go1.21.8 --
https://github.com/golang/go

** golang.org/x/crypto; version v0.19.0 --
** golang.org/x/crypto; version v0.22.0 --
https://golang.org/x/crypto

** golang.org/x/exp; version v0.0.0-20220722155223-a9213eeb770e --
https://golang.org/x/exp

** golang.org/x/net; version v0.21.0 --
** golang.org/x/net; version v0.24.0 --
https://golang.org/x/net

** golang.org/x/oauth2; version v0.10.0 --
Expand All @@ -930,10 +930,10 @@ https://golang.org/x/oauth2
** golang.org/x/sync/singleflight; version v0.5.0 --
https://golang.org/x/sync

** golang.org/x/sys/unix; version v0.17.0 --
** golang.org/x/sys/unix; version v0.19.0 --
https://golang.org/x/sys

** golang.org/x/term; version v0.17.0 --
** golang.org/x/term; version v0.19.0 --
https://golang.org/x/term

** golang.org/x/text; version v0.14.0 --
Expand Down Expand Up @@ -975,7 +975,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** google.golang.org/protobuf; version v1.31.0 --
** google.golang.org/protobuf; version v1.33.0 --
https://go.googlesource.com/protobuf

Copyright (c) 2018 The Go Authors. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions projects/brancz/kube-rbac-proxy/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3d1450b60f198eb6c3c53400edcddbe40f624803090e9f0619261ee784f1f417 _output/bin/kube-rbac-proxy/linux-amd64/kube-rbac-proxy
31502871c71d09d379546830293ebd38c11dba3f02dce6d3fa699dd3809e02d0 _output/bin/kube-rbac-proxy/linux-arm64/kube-rbac-proxy
6fc2d3e46c932284049810453536162d796a4f055cc15a1c77ba896e6d4cee85 _output/bin/kube-rbac-proxy/linux-amd64/kube-rbac-proxy
108b62c7eaab8a0bf158e1c164a74e853e5ab81199d69265b46ba021ff8bef06 _output/bin/kube-rbac-proxy/linux-arm64/kube-rbac-proxy
2 changes: 1 addition & 1 deletion projects/brancz/kube-rbac-proxy/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.16.0
v0.17.0
2 changes: 1 addition & 1 deletion projects/brancz/kube-rbac-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **Kube RBAC Proxy**
![Version](https://img.shields.io/badge/version-v0.16.0-blue)
![Version](https://img.shields.io/badge/version-v0.17.0-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiZUxRMjRTYUl6NEhJWkI1YVh5QVB3UitEY1dCcExLTUxGR21DQ0IySUZUTEI4N3I4NnMwbnIxUW9OZ1dudm9VdTRoaHVzUHhyMjNwek9wYXY3amh3NlFVPSIsIml2UGFyYW1ldGVyU3BlYyI6ImdSc3ZLZmpxM1BMYnd0dGwiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

The [kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy) is an HTTP proxy for a single upstream endpoint, that can perform RBAC authorization against the Kubernetes API using `SubjectAccessReview`. In Kubernetes clusters without NetworkPolicies, any Pod can perform requests to every other Pod in the cluster. This proxy serves to restrict requests to only those Pods that present a valid and RBAC-authorized token or client TLS certificate.
Expand Down

0 comments on commit 81d48ba

Please sign in to comment.