kube-rbac-proxy

Kubernetes RBAC authorizing HTTP proxy for a single upstream.

APACHE-2.0 License

Stars
551

Bot releases are hidden (Show)

kube-rbac-proxy - 0.5.0 / 2020-02-17

Published by brancz over 4 years ago

  • [CHANGE] Move from glog to klog for logging. #57
  • [FEATURE] Support token audience reviews. #56
  • [FEATURE] Support custom upstream CAs. #34
  • [ENHANCEMENT] Reload TLS certificates at runtime. #47
  • [ENHANCEMENT] Add host in self-signed certs. #43
kube-rbac-proxy - 0.4.1 / 2019-01-23

Published by brancz over 5 years ago

  • [ENHANCEMENT] Use golang.org/x/net http2 server. #29
  • [ENHANCEMENT] Update Kubernetes to 1.13.2 #28
  • [ENHANCEMENT] Make multi-arch builds possible. #21
  • [BUGFIX] Log when server isn't able to start. #27
  • [BUGFIX] Set user specified TLS configuration when explicit TLS certificates are provided.
kube-rbac-proxy - 0.4.0 / 2018-10-24

Published by brancz almost 6 years ago

  • [CHANGE] The config file flag has been renamed to --config-file.
  • [CHANGE] There is a breaking change in the configuration. All configuration that was previously valid, is now nested in .authorization.resourceAttributes.
  • [FEATURE] Add OIDC token authentication provider (note: this is not a client code flow for client authentication).
  • [FEATURE] Add ability to rewrite SubjectAccessReviews based on request query parameters.
kube-rbac-proxy - 0.3.1 / 2018-06-20

Published by brancz almost 6 years ago

This release is unmodified code from v0.3.0, but built with latest golang.

  • [BUGFIX] Fix x509: cannot parse dnsName in intermediate certificates.
kube-rbac-proxy - 0.3.0 / 2018-03-27

Published by brancz over 6 years ago

  • [FEATURE] Add HTTP/2 support.
  • [ENHANCEMENT] Add ability to choose TLS cipher suites.
  • [ENHANCEMENT] Add ability to choose minimum TLS version and default to TLS 1.2.
kube-rbac-proxy - 0.2.0 - 2018-01-03

Published by brancz almost 7 years ago

  • [CHANGE] --listen-address flag renamed to --insecure-listen-address.
  • [FEATURE] Add TLS support.
kube-rbac-proxy - 0.1.0 / 2017-12-19

Published by brancz almost 7 years ago

Initial release of the kube-rbac-proxy. Features of this release include a plain HTTP proxy, which performs a Kubernetes TokenReview on a provided token of incoming requests as well as a configurable SubjectAccessReview . See the README.md for more detail.

Package Rankings
Top 1.29% on Proxy.golang.org
Badges
Extracted from project README
Docker Repository on Quay