Standa Láznička
Standa Láznička
This seems unused. ---- I'm just getting to know to codebase, this code seemed redundant.
There were two bugs in the async cache initialization: 1. the initialization never returns an error even if it fails to run the caching function 2. The context in the...
Adds unit tests. Fixes a bug in the AsyncCache where it would never return an error on init. /assign @jhadvig
This PR replaces the sync lock that would apply to all HTTP-serving spawned goroutines with a sync-lock that is specific to each of the refresh tokens. That reduces token refresh...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds the ability to set a UID header in...
This is a different take on https://github.com/openshift/console/pull/13713. The PR splits CSRF identification from authentication as these are generally two separate concepts. There are generalization fixes that leverage the ability of...
https://github.com/brancz/kube-rbac-proxy/pull/211 introduced client-cert authentication of the proxy towards upstream. https://github.com/brancz/kube-rbac-proxy/pull/211#pullrequestreview-1199717352 requests an e2e test. The PR already introduces a unit-test that checks that the upstream transport is set up correctly....
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR extends the ClusterTrustBundle test suite to prepare the feature...
### Handling undecryptable resources - One-line enhancement description (can be used as a release note): Improve the identification of resources that won't decrypt. Make it possible to remove undecryptable resources...
Moves the CTBs to beta. Related to https://github.com/kubernetes/enhancements/issues/3257