akshya96
94ef8ab3ae
Authenticate to "login" endpoint for non-existent mount path bug ( #13162 )
...
* changing response from missing client token to permission denied
* removing todo comment
* fix tests
* adding changelog
* fixing changelog
2021-11-22 17:06:59 -08:00
Nick Cabatoff
c039894baf
Add support for unauthenticated pprof access on a per-listener basis,… ( #11324 )
...
* Add support for unauthenticated pprof access on a per-listener basis, as we do for metrics.
* Add missing pprof sub-targets like 'allocs' and 'block'. Capture the goroutine subtarget a second time in text form. This is mostly a convenience, but also I think the pprof format might be a bit lossy?
2021-04-19 14:30:59 -04:00
Brian Kassouf
f5be0716db
Revert "Migrate internalshared out ( #9727 )" ( #10141 )
...
This reverts commit ee6391b691
.
2020-10-13 16:38:21 -07:00
Jeff Mitchell
ee6391b691
Migrate internalshared out ( #9727 )
...
* Migrate internalshared out
* fix merge issue
* fix merge issue
* go mod vendor
Co-authored-by: Brian Kassouf <bkassouf@hashicorp.com>
2020-10-12 11:56:24 -07:00
Jeff Mitchell
91b09c09b5
Create configutil and move some common config and setup functions there ( #8362 )
2020-05-14 09:19:27 -04:00
Michel Vocks
165b26460a
Unauth metrics: Fix missing parse form and error response ( #7569 )
...
* Unauth metrics: Fix missing parse form and error response
* Change metrics error response to text/plain content type always
2019-10-08 14:55:25 +02:00
Michel Vocks
993a1ae9f2
Add config parameter to allow unauthenticated metrics access ( #7550 )
...
* Implement config parameter to allow unathenticated metricss access
* Add unit test for unauthenticated metrics access parameter
* go mod tidy
2019-10-04 09:29:51 +02:00