Skip to content

Commit

Permalink
Merge branch 'feature/gv-auth' into develop
Browse files Browse the repository at this point in the history
 Closes #412
  • Loading branch information
felliott committed Jul 2, 2024
2 parents 2963571 + fecbb85 commit 1e7df8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion waterbutler/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ def make_provider(name: str, auth: dict, credentials: dict, settings: dict, **kw
try:
manager = driver.DriverManager(
namespace='waterbutler.providers',
name=name,
# with gravyvalet active, "name" is opaque id for a specific addon
# instance and osf puts the provider name in settings['service']
name=settings.pop('service', name),
invoke_on_load=True,
invoke_args=(auth, credentials, settings),
invoke_kwds=kwargs,
Expand Down

0 comments on commit 1e7df8a

Please sign in to comment.