Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conspiracy - The Inside Job Runner #2

Closed
TheConnMan opened this issue Jan 1, 2018 · 1 comment
Closed

Conspiracy - The Inside Job Runner #2

TheConnMan opened this issue Jan 1, 2018 · 1 comment
Labels

Comments

@TheConnMan
Copy link
Owner

Stateless, AWS backed job proxy.

Business Case

SaaS companies often have a publicly accessible API and a number of internal, private APIs for internal services. These services might have endpoints for running cleanup jobs, system remediation, service scaling, or other operational tasks. Monitoring to discover issues which need these API, however, might be provided by a third party. This means notifications from a third party need to securely get inside the VPN to hit the private APIs.

Conspiracy is a job runner which uses AWS as a secure exchange between a third party and internal APIs. The third party sends a job request through SQS which Conspiracy, running inside your VPN, pulls the job and hits an internal API. Conspiracy is purposefully kept simple so it stays a small job proxy; all logic of the job should be behind the internal API.

MVP

  • Pull SQS jobs
  • Jobs include:
    • URL
    • HTTP method
    • Params object
    • Body for POST/PUT
  • Basic logging

Additional Features

@TheConnMan TheConnMan added the idea label Jan 1, 2018
@TheConnMan
Copy link
Owner Author

This now exists at https://github.com/TheConnMan/conspiracy

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

No branches or pull requests

1 participant