1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
juanfont.headscale/cmd/headscale
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
..
cli feat(apikey): adds command to delete api keys (#1702) 2024-02-12 11:31:21 +01:00
headscale_test.go Restructure database config (#1700) 2024-02-09 07:27:00 +01:00
headscale.go