influxdb/flux
Stuart Carnie 216cfa329f feat(flux): Add user authentication and authorization support
* Add AuthorizeDatabase API to QueryAuthorizer to verify a user has
  appropriate access to the specified database
* Update serverFluxQuery handler to require a meta.User when auth is
  enabled
* update Flux createFromSource and createBucketsSource dependencies to
  require Authorizer when auth is enabled in configuration
* update createFromSource to verify read permissions for each bucket
  specified in a Flux query
* update BucketsDecoder, which implements the buckets() Flux function,
  to return buckets that the user has read or write permissions to
* add unit tests to verify authentication is required for Flux HTTP
  requests when auth is enabled in configuration
2018-12-19 14:46:12 -07:00
..
builtin add Flux output functions (#10433) 2018-10-30 10:06:02 -07:00
client feat(cli/influx): Display detailed error messages when available 2018-10-30 13:14:59 -07:00
control feat(flux): Add user authentication and authorization support 2018-12-19 14:46:12 -07:00
functions/inputs feat(flux): Add user authentication and authorization support 2018-12-19 14:46:12 -07:00