Skip to content
Snippets Groups Projects
Commit 954f0d5e authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX: external_credentials_provider must call super.configure

parent 9f17b783
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,7 @@ class ExternalCredentialsProvider(PlainTextCredentialsProvider, ABC):
"pycaosdb.ini) and should be avoided."),
authm)
self._config = dict(config)
super(ExternalCredentialsProvider, self).configure(**config)
@property
def password(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment