When vault was first setup we didn’t set TTL’s (just left things at their default). Now in trying to clean things up and get it better performing, I’m trying to fix the TTL’s, but we have over 200k entriest in both sys/token/accessor and sys/token/id and I cannot clean them. I’ve run tidy and it reduced by about 15k but won’t clean up anymore.
Vault Version: 1.1.0 (Docker/Kubernetes)
Backend: Google Cloud Storage
Can I end up doing a gsutil rm on the path? Or would that corrupt secrets and the like too? (I cannot list using the CLI or HTTP API as it just times out).