Sam Arnold
|
5015297d40
|
fix: more expressive errors (#22448)
* fix: more expressive errors
Closes #22446
* fix: server only logging for untyped errors
* chore: fix formatting
|
2021-09-13 15:12:35 -04:00 |
Daniel Moran
|
00afd95cb7
|
refactor: automated move of errors and id from root to kit (#21101)
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
|
2021-03-30 14:10:02 -04:00 |
Daniel Moran
|
15b9531273
|
fix: correct various typos (#19987)
Co-authored-by: kumakichi <xyesan@gmail.com>
|
2020-11-11 13:54:21 -05:00 |
George
|
5e22e0101d
|
chore(auth): remove unnecessary URM service from Bucket authorizer (#19060)
|
2020-08-04 14:37:14 +01:00 |
Jonathan A. Sternberg
|
0ae8bebd75
|
refactor: rewrite imports to include the /v2 suffix for version 2
|
2020-04-03 12:39:20 -05:00 |
Lorenzo Affetti
|
40999629ee
|
refactor(authorizer): auth micro framework
|
2020-03-19 09:43:20 +01:00 |
Gavin Cabbage
|
14ba382e4f
|
fix(buckets): return unauthorized if no org is found for user (#17264)
|
2020-03-13 15:35:33 -04:00 |
Gavin Cabbage
|
f5e8547482
|
fix(buckets): prevent returning system buckets to unauthorized users (#17117)
|
2020-03-11 13:06:08 -04:00 |
Brandon Farmer
|
ea82dc3470
|
fix(tasks): tasks look up system bucket id
|
2019-10-21 14:48:47 -07:00 |
Brandon Farmer
|
2e0749b3ba
|
feat(influxdb): Add system buckets on org creation
* Only allow users to create user buckets
* Only accept bucket creation parameters on post
|
2019-10-21 14:48:47 -07:00 |
Jade McGough
|
6e6e7fef9b
|
feat(http): block writes to system buckets (#14920)
|
2019-09-05 11:22:18 -07:00 |
Jade McGough
|
d147874c1e
|
fix(kv): mock system buckets (#14884)
|
2019-08-30 12:47:06 -07:00 |
Jade McGough
|
2fa1ca3f49
|
feat: add metadata for system buckets when org is created (#14741)
feat: add metadata for system buckets when org is created
|
2019-08-28 12:50:23 -07:00 |
Kelvin Wang
|
7a72c363f2
|
remove org from bucket
|
2019-04-22 18:39:05 -04:00 |
Jacob Marble
|
603a1f26e0
|
use tracing.StartSpanFromContext
|
2019-03-07 12:12:31 -07:00 |
Jacob Marble
|
9541e861a3
|
goimports -w -local github.com/influxdata/influxdb
|
2019-03-07 12:12:31 -07:00 |
Jacob Marble
|
92fa813c45
|
add spans to multiple services
|
2019-03-07 12:12:31 -07:00 |
Michael Desa
|
328cc6bfa3
|
fix(authorizer): use embedded service for find in bucket service
|
2019-01-17 16:04:16 -05:00 |
Michael Desa
|
59fde4a9de
|
feat(authorizer): add authorized bucket service
feat(http): use authorizer bucket service for API handler.
test(authorizer): add tests for bucket service auth
|
2019-01-16 15:37:19 -05:00 |