cruise-automation / daytona

A Vault client, but for containers and servers.
Apache License 2.0
310 stars 33 forks source link

Fix token renewal panic #97

Closed broamski closed 1 year ago

broamski commented 1 year ago

Fixes token renewal panic as reported in #95

Break out token renewal capabilities into its own function, with improved validation to avoid a nil pointer dereference.

Includes tests for validation.