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 a WebDAV remote the token for authentication can be stored in the config.local file with
dvc remote modify --local hifis token <token>
I use oidc-agent for authentication, which creates a new refreshed access token every 5 minutes, so the token in the config.local file has to be updated every 5 minutes. It would be nice if it would be possible to define the command , for oidc-agent this would be oidc-token <config_name>, that returns the current access token, so DVC can always use this current access token and it does not have to be updated in the config.local file all the time. For example rclone is doing it like this.
The text was updated successfully, but these errors were encountered:
This was already discussed at:
https://discuss.dvc.org/t/updating-refreshed-oidc-token-in-config-local/2296?u=matthias
When using a WebDAV remote the token for authentication can be stored in the
config.local
file withdvc remote modify --local hifis token <token>
I use oidc-agent for authentication, which creates a new refreshed access token every 5 minutes, so the token in the
config.local
file has to be updated every 5 minutes. It would be nice if it would be possible to define the command , for oidc-agent this would beoidc-token <config_name>
, that returns the current access token, so DVC can always use this current access token and it does not have to be updated in theconfig.local
file all the time. For example rclone is doing it like this.The text was updated successfully, but these errors were encountered: