Jesse Haka
Jesse Haka
Currently it is kind of slow process to update external CCM (cloud controller manager) or CSI tags. It means that now we need make PR and WAIT for next kOps...
When registry 2.6.3 is coming out? As I can see 2.6.2 is released 6 months ago. However, there are quite much commits after that in master branch. Could we have...
## Description Currently we can add middlewares to gin routes. However, there is no easy way to add middleware "just before" the real HandlerFunc. Why this could be useful? For...
adds support for using Github OIDC that was requested https://github.com/codecov/feedback/issues/53 so after this, the codecov-action itself supports following: ``` jobs: build: permissions: # these are needed after oidc change id-token:...
fixes #3154 cc @nikola-jokic do you have idea why these two metrics were disabled? I added these back, compiled new version and trying it now and at least for me...
### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...
### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...
*Description*: I have currently two different gateways installed (called internal and external). I am trying to create oidc and jwt SecurityPolicy to internal one. However, some configurations gets applied to...
**What type of PR is this?** api: Authorization API design Related: https://github.com/envoyproxy/gateway/issues/2462 https://github.com/envoyproxy/gateway/issues/2250
### The following program `sample.go` triggers an unexpected result ```go package main // yaegi:tags purego import ( "fmt" "github.com/corazawaf/coraza/v3" ) func main() { waf, err := coraza.NewWAF(coraza.NewWAFConfig(). WithDirectives(`SecRule REMOTE_ADDR "@rx...