Made RequestReadTimeout and whether to sendState configurable (#1034)
Made RequestReadTimeout and whether to send State configurable.
This commit is contained in:
committed by
Spencer Gibb
parent
d136aea540
commit
9ab7acaf6f
@@ -1203,6 +1203,10 @@ To ensure high availability when you have multiple instances of Config Server de
|
||||
|
||||
If you use HTTP basic security on your Config Server, it is currently possible to support per-Config Server auth credentials only if you embed the credentials in each URL you specify under the `spring.cloud.config.uri` property. If you use any other kind of security mechanism, you cannot (currently) support per-Config Server authentication and authorization.
|
||||
|
||||
=== Configuring Read Timeouts
|
||||
|
||||
If you want to configure read timeout, this can be done by using the property `spring.cloud.config.request-read-timeout`.
|
||||
|
||||
=== Security
|
||||
|
||||
If you use HTTP Basic security on the server, clients need to know the password (and username if it is not the default).
|
||||
|
||||
Reference in New Issue
Block a user