open-nomad/nomad/structs
Seth Hoenig 6c9366986b consul/connect: avoid NPE from unset connect gateway proxy
Submitting a job with an ingress gateway in host networking mode
with an absent gateway.proxy block would cause the Nomad client
to panic on NPE.

The consul registration bits would assume the proxy stanza was
not nil, but it could be if the user does not supply any manually
configured envoy proxy settings.

Check the proxy field is not nil before using it.

Fixes #9669
2021-01-05 09:27:01 -06:00
..
config Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
batch_future.go drain: refactor batch_future into its own file 2018-04-02 16:40:06 -07:00
batch_future_test.go drain: refactor batch_future into its own file 2018-04-02 16:40:06 -07:00
bitmap.go assign names 2017-07-07 12:03:11 -07:00
bitmap_test.go assign names 2017-07-07 12:03:11 -07:00
csi.go CSI: fix struct copying errors (#9239) 2020-11-18 10:59:25 -05:00
csi_test.go CSI: fix struct copying errors (#9239) 2020-11-18 10:59:25 -05:00
devices.go Initial implementation of device preemption 2018-11-15 11:09:26 -06:00
devices_test.go Split device accounter and allocator 2018-11-07 10:32:03 -08:00
diff.go Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
diff_test.go consul/connect: enable setting datacenter in connect upstream 2020-11-30 10:38:30 -06:00
errors.go csi: client RPCs should return wrapped errors for checking (#8605) 2020-08-07 11:01:36 -04:00
errors_test.go api: acl bootstrap errors aren't 500 2019-11-19 15:51:57 -05:00
event.go Events/acl events (#9595) 2020-12-11 10:40:50 -05:00
funcs.go add scaling policy type 2020-09-29 17:57:46 -04:00
funcs_test.go ar: support opting into binding host ports to default network IP (#8321) 2020-07-06 18:51:46 -04:00
generate.sh When serializing msgpack, only consider codec tag 2020-05-11 14:14:10 -04:00
network.go Apply some suggested fixes from staticcheck (#9598) 2020-12-10 07:29:18 -08:00
network_test.go test: fix up testing around host networks 2020-06-19 13:53:31 -04:00
node.go docstring improvements and typo fixes (#7862) 2020-05-05 10:30:50 -04:00
node_class.go use allow/deny instead of the colored alternatives (#9019) 2020-10-12 08:47:05 -04:00
node_class_test.go Device hook and devices affect computed node class 2018-11-27 17:25:33 -08:00
node_test.go fix issue when updating node events 2018-03-21 15:15:26 -04:00
operator.go basic snapshot restore 2020-06-07 15:46:23 -04:00
service_identities.go consul/connect: use task kind to get service name 2020-05-18 13:46:00 -06:00
services.go consul/connect: avoid NPE from unset connect gateway proxy 2021-01-05 09:27:01 -06:00
services_test.go consul/connect: trigger update as necessary on connect changes 2020-10-05 14:53:00 -05:00
streaming_rpc.go spelling: requested 2018-03-11 18:43:21 +00:00
structs.go Events/acl events (#9595) 2020-12-11 10:40:50 -05:00
structs_codegen.go Codecgen full package 2018-04-26 15:24:53 -07:00
structs_oss.go added new policy capabilities for recommendations API 2020-10-28 14:32:16 +00:00
structs_periodic_test.go tests for periodic job scheduling and DST 2020-05-07 17:36:59 -04:00
structs_test.go command: remove task network usage from init examples 2020-11-23 10:25:11 -06:00
testing.go Split device accounter and allocator 2018-11-07 10:32:03 -08:00
volumes.go Fix accidental broken clones 2020-08-28 15:29:22 -04:00