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
Since cross-compiling several platforms with CGO_ENABLED is the very definition of non-trivial ... one approach would be to look for HOME (Mac+Linux) and USERPROFILE (Windows) environment variables and use those to locate ~/.vault-token for each supported platform.
Example failure using gomplate inside a linux docker container:
This looks to be due to
os/user
having a dependency on libc which is broken ifCGO_ENABLED=0
when gomplate was built (see golang/go#11797)The text was updated successfully, but these errors were encountered: