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
{{ message }}
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
I'm getting the following error. I'm using user name/password parameters - not using a key
Traceback (most recent call last):
File "/opt/resource/out", line 39, in
main(path, config)
File "/opt/resource/out", line 22, in main
validate_schema(config, config_schema)
File "/opt/resource/shared.py", line 19, in validate_schema
validate_schema(target[key], schema[key], "%s." % key)
File "/opt/resource/shared.py", line 13, in validate_schema
raise ValueError("Expected to find '%s%s' value in config" % (prefix, key))
ValueError: Expected to find 'source.private_key' value in config
The text was updated successfully, but these errors were encountered:
I'm getting the following error. I'm using user name/password parameters - not using a key
Traceback (most recent call last):
File "/opt/resource/out", line 39, in
main(path, config)
File "/opt/resource/out", line 22, in main
validate_schema(config, config_schema)
File "/opt/resource/shared.py", line 19, in validate_schema
validate_schema(target[key], schema[key], "%s." % key)
File "/opt/resource/shared.py", line 13, in validate_schema
raise ValueError("Expected to find '%s%s' value in config" % (prefix, key))
ValueError: Expected to find 'source.private_key' value in config
The text was updated successfully, but these errors were encountered: