open-vault/website/content/docs/configuration
hghaf099 65845c7531
VAULT-1564 report in-flight requests (#13024)
* VAULT-1564 report in-flight requests

* adding a changelog

* Changing some variable names and fixing comments

* minor style change

* adding unauthenticated support for in-flight-req

* adding documentation for the listener.profiling stanza

* adding an atomic counter for the inflight requests
addressing comments

* addressing comments

* logging completed requests

* fixing a test

* providing log_requests_info as a config option to determine at which level requests should be logged

* removing a member and a method from the StatusHeaderResponseWriter struct

* adding api docks

* revert changes in NewHTTPResponseWriter

* Fix logging invalid log_requests_info value

* Addressing comments

* Fixing a test

* use an tomic value for logRequestsInfo, and moving the CreateClientID function to Core

* fixing go.sum

* minor refactoring

* protecting InFlightRequests from data race

* another try on fixing a data race

* another try to fix a data race

* addressing comments

* fixing couple of tests

* changing log_requests_info to log_requests_level

* minor style change

* fixing a test

* removing the lock in InFlightRequests

* use single-argument form for interface assertion

* adding doc for the new configuration paramter

* adding the new doc to the nav data file

* minor fix
2021-12-08 17:34:42 -05:00
..
listener VAULT-1564 report in-flight requests (#13024) 2021-12-08 17:34:42 -05:00
seal Don't claim that Vault obfuscates the environment variable for sensitive values, this doesn't work at least in recent version of Go, as Go makes a copy of the environment, so we're only modifying that one, and not the one visible to the rest of the system (#13252) 2021-11-24 11:50:34 -06:00
service-registration docs: Remove permissive policies in Consul ACL examples (#12454) 2021-09-28 14:13:41 -07:00
storage Note on pending etcd v2 API deprecation (#12935) 2021-11-01 11:46:28 -04:00
entropy-augmentation.mdx
index.mdx Clarify max TTL and system max TTL behavior (#12391) 2021-10-12 13:24:07 +01:00
kms-library.mdx Add kms_library configuration stanza (#13352) 2021-12-07 09:58:23 -05:00
log-requests-level.mdx VAULT-1564 report in-flight requests (#13024) 2021-12-08 17:34:42 -05:00
replication.mdx Fix some typos (#12289) 2021-11-15 14:52:04 -05:00
sentinel.mdx
telemetry.mdx
ui.mdx