Too many devices to manage
Hi, I have an account that is being used in a CI automation process with autoscaling instances. Those instances are "self registered" as devices to my Keybase account.
Since some weeks ago we started noticing some errors when new instances are trying to connect to keybase with "device name conflict" - That's not a problem on keybase side.
The problem that I want to report here is that after figuring out this condition, we tried to remove old devices from the authorized devices list, but we failed doing it, either via CLI or GUI.
The CLI error is "ERROR 413 Request Entity Too Large", while the GUI just fails without any information.
My bet here is that the client is trying to send the full list of authorized devices to the API/backend, and since we have more than 6k devices registered, it is just above the limit.
If this is the case, I guess the client should behave differently, by just sending the device to be removed (it doesn't even need to request the full list of devices).
Anyway, I'd love to get some help with alternatives to clean up our authorized devices list. Either 1 per "request" or by sending batches of device IDs to be removed.