Lee Boynton
Lee Boynton
Added license to composer file so that the `composer licenses` command displays it
When using OAuth 2.0 to authenticate with the Okta API, an access token is generated. This token is cached by the SDK and after some time expires, but there appears...
### Welcome! - [x] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [x] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
**What type of PR is this?** feat: allow deployment annotations to be added through helm **What this PR does / why we need it**: Makes it possible to add annotations...
*Description*: It would be great if you could globally add a response filter to all HTTP routes, so that you can manipulate response headers for all routes. For example, your...
### The following program `sample.go` triggers an unexpected result ```go package main import "fmt" func main() { fmt.Println(max(1, 2)) } ``` ### Expected result ```console $ go run ./sample.go 2...
*Description*: >Describe the desired behavior, what scenario it enables and how it would be used. I would like to be able to send the client certificate to an extAuth service....