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
I was trying Hasura-auth software which is using this lib.
When I run this in docker container with non-root user, it keep failing due to permissions.
ASK : please provide options to specify the temp location either via API or via environment variables
The text was updated successfully, but these errors were encountered:
I found a solution to support non-root runner use case:
by setting environment variable TMPDIR=/some_temp_root we can control base directory for ioutil.TempDir()
I was trying Hasura-auth software which is using this lib.
When I run this in docker container with non-root user, it keep failing due to permissions.
ASK : please provide options to specify the temp location either via API or via environment variables
The text was updated successfully, but these errors were encountered: