sapcc / maia

Prometheus dressed as OpenStack service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache tokens issued for basic authentication credentials

jobrs opened this issue · comments

API clients using basic authentication currently trigger a re-creation of tokens on every single request.

To reduce the load, the tokens should be cached and reused until they expire.