We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65e34cc + 1ec396a commit 9304afeCopy full SHA for 9304afe
user_sync/connector/umapi_util.py
@@ -29,7 +29,7 @@ def make_auth_dict(name, config, org_id, tech_acct, logger):
29
passphrase = config.get_credential('priv_key_pass', org_id, True)
30
if passphrase:
31
try:
32
- key_data = decrypt(passphrase, key_path)
+ key_data = decrypt(passphrase, key_data)
33
except (ValueError, IndexError, TypeError, AssertionException) as e:
34
raise AssertionException('%s: Error decrypting private key, either the password is wrong or: %s' %
35
(config.get_full_scope(), e))
0 commit comments