influxdb/tenant
Daniel Moran b5bbc503a0
fix(onboarding): don't ignore failures to set initial password (#20317)
2020-12-16 06:43:43 -08:00
..
index refactor(kv): delete deprecated kv service code 2020-11-16 12:41:26 +00:00
doc.go
error.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
error_bucket.go
error_org.go
error_urm.go
error_user.go fix(onboarding): don't ignore failures to set initial password (#20317) 2020-12-16 06:43:43 -08:00
http_client_bucket.go
http_client_onboarding.go
http_client_org.go
http_client_urm.go revert(urm): Sanitize urm response output (#19242) (#19296) 2020-08-12 15:08:49 +01:00
http_client_user.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
http_handler_urm.go revert(urm): Sanitize urm response output (#19242) (#19296) 2020-08-12 15:08:49 +01:00
http_handler_urm_test.go revert(urm): Sanitize urm response output (#19242) (#19296) 2020-08-12 15:08:49 +01:00
http_server_bucket.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
http_server_bucket_test.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
http_server_onboarding.go feat: add urm client to tenant package (#19198) 2020-08-05 08:46:26 -07:00
http_server_onboarding_test.go refactor(kv): delete deprecated kv service code 2020-11-16 12:41:26 +00:00
http_server_org.go fix(api/orgs): (API-design-issue) FindOptions for orgs 2020-08-20 16:55:30 -06:00
http_server_org_test.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
http_server_user.go feat: add urm client to tenant package (#19198) 2020-08-05 08:46:26 -07:00
http_server_user_test.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00
middleware_bucket_auth.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
middleware_bucket_auth_test.go
middleware_bucket_logging.go
middleware_bucket_logging_test.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
middleware_bucket_metrics.go
middleware_onboarding_auth.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
middleware_onboarding_logging.go fix(onboarding): don't ignore failures to set initial password (#20317) 2020-12-16 06:43:43 -08:00
middleware_onboarding_metrics.go
middleware_org_auth.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
middleware_org_auth_test.go
middleware_org_logging.go
middleware_org_logging_test.go
middleware_org_metrics.go
middleware_urm_auth.go chore: clean old feature flags (#19692) 2020-10-06 13:43:32 -06:00
middleware_urm_auth_test.go fix: restrict urm listing of a resource to members of org owning said resource (#19251) 2020-08-14 12:34:07 -04:00
middleware_urm_logging.go
middleware_urm_logging_test.go
middleware_urm_metrics.go
middleware_user_auth.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
middleware_user_auth_test.go
middleware_user_logging.go feat(task): Add new permission lookup pattern for executor (#18920) 2020-07-13 14:47:58 -06:00
middleware_user_logging_test.go
middleware_user_metrics.go feat(task): Add new permission lookup pattern for executor (#18920) 2020-07-13 14:47:58 -06:00
service.go feat: add urm client to tenant package (#19198) 2020-08-05 08:46:26 -07:00
service_bucket.go fix(tenant): Fix FindBuckets to no longer returns hard-coded buckets 2020-08-25 14:50:15 -07:00
service_bucket_test.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
service_onboarding.go fix(onboarding): don't ignore failures to set initial password (#20317) 2020-12-16 06:43:43 -08:00
service_onboarding_test.go fix(onboarding): don't ignore failures to set initial password (#20317) 2020-12-16 06:43:43 -08:00
service_op_log.go refactor(kv): delete deprecated kv service code 2020-11-16 12:41:26 +00:00
service_org.go chore: update task tests to use the tenant service (#19169) 2020-08-03 09:33:46 -06:00
service_org_test.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
service_test.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
service_urm.go feat(tenant): Allow tenant to be composable and still maintain access across services (#19164) 2020-07-30 15:55:25 -06:00
service_urm_test.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
service_user.go fix(onboarding): don't ignore failures to set initial password (#20317) 2020-12-16 06:43:43 -08:00
service_user_test.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
storage.go refactor(kv): delete deprecated kv service code 2020-11-16 12:41:26 +00:00
storage_bucket.go chore: total removal of references to hardcoded IDs 2020-09-11 12:29:00 -07:00
storage_bucket_test.go feat(paging): add support for after id parameter in find options (#19219) 2020-08-25 14:59:59 +01:00
storage_org.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
storage_org_test.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
storage_test.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
storage_urm.go fix(telegraf): support pagination parameters when listing 2020-11-04 15:53:02 +00:00
storage_urm_test.go fix(tenant): add support for offset to list urms (#18944) 2020-07-14 19:40:04 +01:00
storage_user.go fix(tenant): use rand org bucket id generator over snowflake in tenant service (#19021) 2020-07-24 11:35:41 +01:00
storage_user_test.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00