fleet/server/service
Zachary Wasserman 7c923d9d19
Implement fleetctl user create (#9)
- Allow user creation via `fleetctl user create`
- Cleanup and rename existing methods for clarity

Fixes https://github.com/kolide/fleet/issues/2306
2020-11-04 17:06:55 -08:00
..
testdata add endpoint to serve the kolide certificate back to the user (#1025) 2017-01-20 14:32:10 -05:00
client_appconfig.go Add support for multiple enroll secrets (#2238) 2020-05-29 09:12:39 -07:00
client_errors.go Improve client error messages with unexpected server errors (#1776) 2018-05-09 16:54:23 -07:00
client_hosts.go Add DeleteHost func to service pkg (#2312) 2020-10-01 16:14:18 -07:00
client_labels.go Fix errors when trying to retrieve specs with spaces in name (#1957) 2018-11-20 17:19:24 -08:00
client_live_query.go Add ability to prefix Fleet URLs (#2112) 2019-10-16 16:40:45 -07:00
client_options.go Add options clients and commands (#1791) 2018-05-21 10:25:58 -06:00
client_packs.go Fix errors when trying to retrieve specs with spaces in name (#1957) 2018-11-20 17:19:24 -08:00
client_queries.go Fix errors when trying to retrieve specs with spaces in name (#1957) 2018-11-20 17:19:24 -08:00
client_sessions.go Improve client error messages with unexpected server errors (#1776) 2018-05-09 16:54:23 -07:00
client_setup.go Add username support to fleetctl setup (#1971) 2019-01-02 15:27:37 -08:00
client_targets.go Make HostResponse an exported type (#2215) 2020-03-31 16:14:26 -07:00
client_users.go Implement fleetctl user create (#9) 2020-11-04 17:06:55 -08:00
client.go Add ability to prefix Fleet URLs (#2112) 2019-10-16 16:40:45 -07:00
endpoint_appconfig_test.go Add stdout and kinesis logger plugins and sts assume role to Firehose (#2282) 2020-08-19 14:56:44 -07:00
endpoint_appconfig.go Add support for multiple enroll secrets (#2238) 2020-05-29 09:12:39 -07:00
endpoint_campaigns.go Upgrade SockJS JS and Go dependencies (#2256) 2020-07-06 20:04:04 -07:00
endpoint_certificate.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
endpoint_change_email.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
endpoint_hosts.go Add fleetctl get host capability to get single host with labels 2020-07-21 14:05:46 -07:00
endpoint_invites.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
endpoint_labels.go Improve server performance for host operations 2020-07-21 14:05:46 -07:00
endpoint_middleware_test.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
endpoint_middleware.go Replace uses of the term "Kolide" with "Fleet" (#1999) 2019-01-24 09:39:32 -08:00
endpoint_osquery_options.go Add endpoints for apply/get of each spec type (#1752) 2018-05-03 18:01:57 -07:00
endpoint_osquery.go Save details provided by host during enrollment (#2066) 2019-07-01 16:50:04 -07:00
endpoint_packs.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
endpoint_queries.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
endpoint_scheduled_queries.go Fix bugs with packs created in UI (#1843) 2018-06-21 17:06:44 -07:00
endpoint_sessions.go Add ability to prefix Fleet URLs (#2112) 2019-10-16 16:40:45 -07:00
endpoint_setup.go Implement fleetctl user create (#9) 2020-11-04 17:06:55 -08:00
endpoint_status.go Add ability to disable live queries (#2167) 2020-01-13 16:53:04 -08:00
endpoint_targets.go Improve server performance for host operations 2020-07-21 14:05:46 -07:00
endpoint_test.go Extract functionName into helper 2020-07-21 14:05:46 -07:00
endpoint_users_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_users.go Implement fleetctl user create (#9) 2020-11-04 17:06:55 -08:00
frontend.go Allow import of github.com/kolide/fleet (#2213) 2020-03-29 19:22:04 -07:00
handler_test.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
handler.go Implement fleetctl user create (#9) 2020-11-04 17:06:55 -08:00
http_auth_test.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
http_auth.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
logging_appconfig.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_campaigns.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_email_change.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_hosts.go Implement pagination of hosts in the web UI 2020-07-21 14:05:46 -07:00
logging_invites.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_labels.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_osquery_options.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_osquery.go Log host identifier in EnrollAgent service logging (#2313) 2020-10-02 13:23:54 -07:00
logging_packs.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_queries.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_scheduled_queries.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_sessions.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
logging_users.go Implement fleetctl user create (#9) 2020-11-04 17:06:55 -08:00
logging.go Reduce verbosity of default logging (#2225) 2020-04-22 14:01:34 -07:00
metrics_appconfig.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
metrics_change_email.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
metrics_invites.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
metrics_labels.go Fix labels UI issues in Fleet 2.0 (#1830) 2018-06-18 10:09:08 -07:00
metrics_sessions.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
metrics_users.go Implement fleetctl user create (#9) 2020-11-04 17:06:55 -08:00
metrics.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
service_appconfig_test.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
service_appconfig.go Add support for multiple enroll secrets (#2238) 2020-05-29 09:12:39 -07:00
service_campaigns.go Clean up and comments before merge. 2020-07-21 14:05:46 -07:00
service_certificate_test.go add endpoint to serve the kolide certificate back to the user (#1025) 2017-01-20 14:32:10 -05:00
service_certificate.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_errors.go removing license code (#1551) 2017-09-01 10:42:46 -06:00
service_hosts_test.go Implement pagination of hosts in the web UI 2020-07-21 14:05:46 -07:00
service_hosts.go Add fleetctl get host capability to get single host with labels 2020-07-21 14:05:46 -07:00
service_invites_test.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
service_invites.go Allow import of github.com/kolide/fleet (#2213) 2020-03-29 19:22:04 -07:00
service_labels_test.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
service_labels.go Add fleetctl get host capability to get single host with labels 2020-07-21 14:05:46 -07:00
service_osquery_options.go Add endpoints for apply/get of each spec type (#1752) 2018-05-03 18:01:57 -07:00
service_osquery_test.go Fix cleanup of orphaned queries (#2316) 2020-10-06 09:30:24 -07:00
service_osquery.go Fix cleanup of orphaned queries (#2316) 2020-10-06 09:30:24 -07:00
service_packs_test.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
service_packs.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
service_queries.go Fix error messages related to null users as creators of queries. (#1928) 2018-10-11 13:22:43 -07:00
service_scheduled_queries.go Allow scheduled query shard to be set to empty in frontend (#2093) 2019-08-13 09:42:02 -07:00
service_sessions_test.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
service_sessions.go Remove soft-deletion pattern (#2327) 2020-10-22 10:51:26 -07:00
service_status.go Add ability to disable live queries (#2167) 2020-01-13 16:53:04 -08:00
service_targets_test.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
service_targets.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
service_test.go Add compression option for filesystem logs when they're rotated (#2292) 2020-09-09 13:33:32 -07:00
service_users_test.go Implement fleetctl user create (#9) 2020-11-04 17:06:55 -08:00
service_users.go Implement fleetctl user create (#9) 2020-11-04 17:06:55 -08:00
service.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
transport_appconfig.go Add support for multiple enroll secrets (#2238) 2020-05-29 09:12:39 -07:00
transport_campaigns.go Add fleetctl query command (#1784) 2018-05-17 15:54:34 -07:00
transport_change_email.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_error.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
transport_hosts.go Clean up and comments before merge. 2020-07-21 14:05:46 -07:00
transport_invites_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_invites.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_labels_test.go Fix labels UI issues in Fleet 2.0 (#1830) 2018-06-18 10:09:08 -07:00
transport_labels.go Implement pagination of hosts in the web UI 2020-07-21 14:05:46 -07:00
transport_osquery_options.go Add endpoints for apply/get of each spec type (#1752) 2018-05-03 18:01:57 -07:00
transport_osquery_test.go Fix distributed query status parsing for osquery 3 (#1742) 2018-04-24 12:40:11 -07:00
transport_osquery.go Fix distributed query status parsing for osquery 3 (#1742) 2018-04-24 12:40:11 -07:00
transport_packs_test.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
transport_packs.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
transport_queries_test.go Delete spec entities by name instead of ID (#1755) 2018-05-04 11:05:55 -07:00
transport_queries.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
transport_scheduled_queries_test.go Allow scheduled query shard to be set to empty in frontend (#2093) 2019-08-13 09:42:02 -07:00
transport_scheduled_queries.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
transport_sessions_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_sessions.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
transport_setup.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_targets_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_targets.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_test.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
transport_users_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_users.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport.go Fix errors when trying to retrieve specs with spaces in name (#1957) 2018-11-20 17:19:24 -08:00
util_test.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
validation_app_config_test.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
validation_app_config.go Allow idp_name to be 4 characters (#2106) 2019-09-25 10:18:30 -07:00
validation_invites.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
validation_sessions.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
validation_setup.go Add fleetctl config and auth commands (#1751) 2018-05-04 10:53:21 -06:00
validation_users.go Implement fleetctl user create (#9) 2020-11-04 17:06:55 -08:00