1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-30 00:09:42 +01:00
juanfont.headscale/cmd/headscale/cli
Pallab Pain 47405931c6
feat(apikey): adds command to delete api keys (#1702)
We currently do not have a way to clean up api keys. There may be cases
where users of headscale may generate a lot of api keys and these may
end up accumulating in the database. This commit adds the command to
delete an api key given a prefix.
2024-02-12 11:31:21 +01:00
..
api_key.go feat(apikey): adds command to delete api keys (#1702) 2024-02-12 11:31:21 +01:00
configtest.go Fix various linting issues + golang-lint upgrade (#1245) 2023-03-03 18:22:47 +01:00
debug.go Remove support for non-noise clients (pre-1.32) (#1611) 2023-11-23 08:31:33 +01:00
dump_config.go add integration test for headscale -c 2022-06-05 23:13:58 +08:00
generate.go
mockoidc.go oidc: add test for expiring nodes after token expiration 2023-01-04 09:23:52 +01:00
nodes.go ensure online status and route changes are propagated (#1564) 2023-12-09 18:09:24 +01:00
preauthkeys.go Remove support for non-noise clients (pre-1.32) (#1611) 2023-11-23 08:31:33 +01:00
pterm_style.go
root.go Rename Machine to Node (#1553) 2023-09-24 06:42:05 -05:00
routes.go Remove support for non-noise clients (pre-1.32) (#1611) 2023-11-23 08:31:33 +01:00
server.go Rename one char var 2022-06-05 17:52:28 +02:00
users.go Remove support for non-noise clients (pre-1.32) (#1611) 2023-11-23 08:31:33 +01:00
utils.go fix lint 2023-09-19 10:20:21 -05:00
version.go