Files
nomad/api
Mahmood Ali 679fee900c api: target servers for allocation requests (#8897)
Allocation requests should target servers, which then can forward the
request to the appropriate clients.

Contacting clients directly is fragile and prune to failures: e.g.
clients maybe firewalled and not accessible from the API client, or have
some internal certificates not trusted by the API client.

FWIW, in contexts where we anticipate lots of traffic (e.g. logs, or
exec), the api package attempts contacting the client directly but then
fallsback to using the server. This approach seems excessive in these
simple GET/PUT requests.

Fixes #8894
2020-09-16 09:34:17 -04:00
..
2017-10-13 13:12:20 -07:00
2017-10-13 13:12:20 -07:00
2020-01-29 13:55:39 -05:00
2017-07-21 16:33:04 -07:00
2019-11-19 08:40:19 -08:00
2020-05-12 16:20:00 -04:00
2020-07-17 11:02:00 -04:00
2017-10-13 14:36:02 -07:00
2020-02-16 16:04:59 -06:00
2017-10-13 14:36:02 -07:00
2017-10-13 14:36:02 -07:00
2020-06-19 09:42:10 -04:00
2020-07-04 19:23:58 +00:00
2020-07-17 11:02:00 -04:00
2017-09-19 10:08:23 -05:00
2017-07-21 16:33:04 -07:00
2016-03-17 16:04:09 -07:00
2017-07-21 16:33:04 -07:00
2020-07-04 19:23:58 +00:00
2020-07-04 19:23:58 +00:00
2019-01-18 15:31:31 -05:00