You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vault-worker (core/main.go) potentially leaks tokens. This is because the logic creates new kong and admin tokens after initing or unsealing the vault. Each of these tokens is persistently stored in the Vault database, thus, a new pair of tokens is created each time vault-worker runs. Over a long period of time this will result in large numbers of dead active tokens in the database.
vault-worker (core/main.go) potentially leaks tokens. This is because the logic creates new kong and admin tokens after initing or unsealing the vault. Each of these tokens is persistently stored in the Vault database, thus, a new pair of tokens is created each time vault-worker runs. Over a long period of time this will result in large numbers of dead active tokens in the database.