Jesse Haka

Results 37 issues of Jesse Haka

### The following program `sample.go` triggers an unexpected result ```go package main import ( "fmt" "github.com/coreos/go-oidc/v3/oidc" ) type config struct { provider *oidc.Provider } func main() { conf := config{}...

### The following program `sample.go` triggers an unexpected result ```go package main import ( "fmt" "golang.org/x/oauth2" ) type config struct { provider *oauth2.Config } func main() { conf := config{}...

*Description*: I have following installation ``` % kubectl get gateway -A NAMESPACE NAME CLASS ADDRESS PROGRAMMED AGE echoserver foobar eg-internal 10.222.156.49 True 34m envoy-gateway-system internal eg-internal 10.222.156.49 True 50m ```...

triage

according this https://stackoverflow.com/questions/38486564/golang-unmarshal-marshal-json-with-int-set-to-0-does-not-seem-to-work we should use `*int` instead of `int` if we want marshal `0` value. fixes #74

I am trying to update pool using ModifyPool. My goal is to update slowramptime to 0seconds. However, it is not possible using current master. https://gist.github.com/zetaab/2a0b7381f75e79c56173c6af56292ca7 I can setup any other...

Hi It seems that drone 1.0 will get newer configuration specification. However, for me it seems that we could improve that configuration spec little bit. We could add version number...

this PR needs https://github.com/aquasecurity/go-dep-parser/pull/79 merged as first and then I need update go.mod as well

fixes #78 I will make separate PR to fanal which inserts the value for this NewParser function

if we run for instance from directory that we want to scan ``` cd originalrepo trivy fs -d . ``` we can see currently 33 files that trivy can find....

*Description*: I am trying to do OIDC + JWT authentication and map claims to request. However, it seems that it uses access_token for map claims to headers by default. Id...

triage