Currently, the fuse image assumes that WebDAV authentication is done with username and password. We want to investigate authenticating with OAuth2 token instead.
Moreover, as the token may expire, it should be passed to the container via a file, not an env var, so the container could reread it periodically.
Is it what we mean, @diocas?