Commit Graph

21 Commits

Author SHA1 Message Date
Dan Funk c167810a59
Use Spiffworkflow-Proxy Library (#18)
* use the Spiff Connector blueprint for all business logic -- this is now a shell that just contains the dependencies.

* deal with my last minute rename of the library we now depend on.

* Use the new Connector-aws repository on github, and remove that directory.
2022-11-28 12:29:12 -05:00
jasquat 762eb129c5 make the responses act more the same w/ burnettk 2022-10-26 17:17:09 -04:00
Dan Funk 9933087d26
Merge pull request #14 from sartography/feature/improve_connector_proxy_calls
Assume that all requests are json - and handle them appropriately.
2022-10-21 16:17:39 -04:00
Dan 837c932683 Assume that all requests are json - and handle them appropriately.
Use the SimpleJson library to decode responses from DynamoDB, which might contain values that we can't deserialize otherwise.
2022-10-21 12:43:26 -04:00
jasquat ad44a3436f remove debug print statement w/ burnettk cullerton 2022-10-20 11:08:26 -04:00
jasquat 4d1cf1787d check if there are params in the redirect url before adding the response to ensure we have the correct symbol 2022-10-19 14:33:03 -04:00
jbirddog 3a927e11de
Tweaks for xero oauth (#11)
* Tweaks for xero oauth

* Better docstring
2022-10-18 10:43:39 -04:00
jbirddog 7429a0725f
Pull serialized file data from task data, send to s3 (#10) 2022-10-13 16:02:04 -04:00
jbirddog 276aa4c34d
Accept task data, pass to connectors (#8)
* Add task_data param

* Missed passed one param
2022-10-10 13:46:35 -04:00
jasquat 684e47bfa5 added some basic linting w/ burnettk cullerton 2022-10-10 12:02:36 -04:00
Jon Herron 7c056d22af Push config down to connectors, use config for aws secrets 2022-10-06 11:10:38 -04:00
Dan ac0365da78 Basic ability to add and list items in DynamoDB, but there is a whole slew of additional things to consider.
* Catch and return errors as json (otherwise the backend blows up)
* Added Boto3 (AWS library) as a dependency
* Not sure if it's right, but tried to divide the auth and commands.
2022-09-29 17:55:45 -04:00
jasquat 970bdac313 import os w/ burnettk 2022-09-26 15:42:45 -04:00
jbirddog 22ece99354
Allow connectors to specify their auth requirements (#1) 2022-09-21 17:22:33 -04:00
jasquat 22c44aef8f added docker deployment to app w/ burnettk 2022-09-14 14:55:46 -04:00
Jon Herron 976bb1226b Class based 2022-09-13 11:11:34 -04:00
Jon Herron d88c28ee61 Rename prefix 2022-09-13 10:43:43 -04:00
Jon Herron e28d05be68 Rename 2022-09-13 10:40:19 -04:00
Jon Herron 0f6a5f4b9a Fix import error, tweaks 2022-09-12 20:45:44 -04:00
Jon Herron 7eb4c5c29c WIP 2022-09-09 15:08:21 -04:00
Jon Herron 5402b882d2 Loading plugins 2022-09-09 13:39:56 -04:00