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
When using VAULT_AUTH_AWS_NONCE_OUTPUT in combination with VAULT_AUTH_AWS_NONCE_FILE, the nonce value is not used correctly, making gomplate unable to authenticate.
When no value exists, gomplate authenticates and writes out the nonce value:
@stuart-c can you shed some light on this? Is there a reason why a \n is being explicitly added? Seems to me the fix is simple (just remove that character), but I haven't had a chance to dig deeply into these nonces yet, so I'm not 100% certain.
When using VAULT_AUTH_AWS_NONCE_OUTPUT in combination with VAULT_AUTH_AWS_NONCE_FILE, the nonce value is not used correctly, making gomplate unable to authenticate.
When no value exists, gomplate authenticates and writes out the nonce value:
But running the same command a second time throws an error:
It appears that this is because of the trailing newline in the file, as it works if you remove it:
Presumably gomplate should either not include the trailing newline, or should be able to strip it when it reads the file?
The text was updated successfully, but these errors were encountered: