1a324cf347
Functionality is split into ExternalTokenHelper, which is used if a path is given in a configuration file, and InternalTokenHelper which is used otherwise. The internal helper no longer shells out to the same Vault binary, instead performing the same actions with internal code. This avoids problems using dev mode when there are spaces in paths or when the binary is built in a container without a shell. Fixes #850 among others |
||
---|---|---|
.. | ||
helper.go | ||
helper_external.go | ||
helper_external_test.go | ||
helper_internal.go | ||
helper_internal_test.go | ||
testing.go |