Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

missing keys #1

Open
cgreaney opened this issue May 22, 2018 · 1 comment
Open

missing keys #1

cgreaney opened this issue May 22, 2018 · 1 comment

Comments

@cgreaney
Copy link

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

@danrspencer
Copy link
Owner

I don't think I ever finished work on this resource, sorry. Feel free to fork it and carry on where I left off though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants