-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
specific vault tokens do not work #34
Comments
2020-02-21 16:25:04.474 ERROR 1 --- [TaskScheduler-1] o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in scheduled task java.lang.IllegalArgumentException: Unexpected char 0x0a at 26 in X-Vault-Token value:
|
I've experienced similar stuff with the new token format s.XXXXXXXXX Running an external Vault version 1.4.0 and have done accordingly to the installation documentation but ends up with a failure on /v1/auth/token/lookup-self with the following stacktrace message. Doing the lookup with cURL works perfectly fine.
Any tips on how to solve this issue @DaspawnW ? |
k8s: 1.14.8
daspawnw/vault-crd:1.4.1
vault tokens in the below format do not work.
Example: s.eByyHGuJOTtxvPllisdtnJz
java.lang.IllegalArgumentException: Unexpected char 0x0a at 26 in X-Vault-Token value: s.eByyHGuJOTtxvPllisdtnJz
The text was updated successfully, but these errors were encountered: