Releases: brancz/kube-rbac-proxy
Releases · brancz/kube-rbac-proxy
0.9.0 / 2021-04-27
0.8.0 / 2020-11-03
- [FEATURE] Add ability with the new --ignore-paths flag to define paths for which kube-rbac-proxy will proxy without performing authn/authz. This cannot be used with --allow-paths. #91
0.7.0 / 2020-09-15
0.6.0 / 2020-06-11
0.5.0 / 2020-02-17
0.4.1 / 2019-01-23
0.4.0 / 2018-10-24
- [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.
0.3.1 / 2018-06-20
This release is unmodified code from v0.3.0, but built with latest golang.
- [BUGFIX] Fix x509: cannot parse dnsName in intermediate certificates.
0.3.0 / 2018-03-27
- [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.
0.2.0 - 2018-01-03
- [CHANGE]
--listen-address
flag renamed to--insecure-listen-address
. - [FEATURE] Add TLS support.