Re-process .well-known redirects with a recursive handler call rather than a 302 redirect (#24890)

* Re-process .well-known redirects with a recursive handler call rather than a 302 redirect

* Track when the RequestURI mismatches path (in a redirect) and add it to the audit log

* call cancelFunc
This commit is contained in:
Scott Miller
2024-01-19 09:59:58 -06:00
committed by GitHub
parent ab8887c875
commit 9bb4f9e996
5 changed files with 48 additions and 16 deletions

View File

@@ -195,6 +195,7 @@ type Request struct {
WrapTTL int `json:"wrap_ttl,omitempty"`
Headers map[string][]string `json:"headers,omitempty"`
ClientCertificateSerialNumber string `json:"client_certificate_serial_number,omitempty"`
RequestURI string `json:"request_uri,omitempty"`
}
type Response struct {