influxdb/services
Ayan George f51709f09c
refactor(http): Simplify Authorizer (#17704)
Have AuthorizerIsOpen() assert if a given authizer has an
AuthorizeUnrestricted() method and if so, call that to provide the
result of AuthorizerIsOpen().

Otherwise we check if the supplied Authorizer is nil.

This preserves the fast-path for checking tag-level (and other) tsdb
operations.

This simplifies how we handle such authorizers by handling this case in
only one place.
2020-04-15 12:59:52 +00:00
..
collectd Fix typos (#11494) 2019-02-21 08:28:01 -08:00
continuous_querier Fix #10261 ABS(int64) 2018-09-11 21:53:44 +01:00
graphite Fix golint warnings 2018-10-23 18:19:52 -07:00
httpd refactor(http): Simplify Authorizer (#17704) 2020-04-15 12:59:52 +00:00
meta fix(meta): remove double index increment of set meta 2020-01-14 11:11:43 +08:00
opentsdb implement using tls configuration 2018-08-02 14:29:07 -06:00
precreator Update logging calls to take advantage of structured logging 2018-02-20 10:04:19 -06:00
retention Ensure go fmt passes on 1.10/11 2018-08-21 17:39:42 +01:00
snapshotter fix(snapshotter): properly read payload (#17495) 2020-03-31 12:19:25 -04:00
storage Remove a debugging println call (#14297) 2019-07-10 11:47:24 -05:00
subscriber implement using tls configuration 2018-08-02 14:29:07 -06:00
udp Update example config with UDP precision option 2018-07-09 10:07:05 -07:00