Client.timeout when calling accessors

Hello,

I’m trying to retrieve all the tokens for all the approles in my vault instance, however my requests are failing with timeouts

Setup
Kubernetes
Vault 1.1.2 (apologies it is old)

Steps

  • port-forward to vault directly in kubernetes
    
  • vault login (with root token)
    
  • vault list /auth/token/accessors/
    

Error

Error listing auth/token/accessors/: Get http://localhost:8200/v1/auth/token/accessors?list=true: net/http: request canceled (Client.Timeout exceeded while awaiting headers)

basically I tried to perform basic load testing using Vegeta, and I ended up using the root token to create hundreds of approle tokens which I believe do not expire by default? I was hoping to confirm this with list of tokens (accessors) and remove them