ctrlplane / copilot

Key broker service
GNU General Public License v3.0
1 stars 1 forks source link

copilot_v0 #1

Closed ekwisnek closed 2 years ago

ekwisnek commented 2 years ago

copilot MVP. accepts requests from pilot with manual authorization. Returns static key.

emboggs commented 2 years ago

What does manual authorization mean?

ekwisnek commented 2 years ago

Similar to a Bamboo agent where you deploy it and it pings the API until it's manually authorized via some UI or CLI. This is a half-baked idea for now, so I'm going to alter the scope of v0 to only include:

ekwisnek commented 2 years ago

@emboggs Do you need a Mongo to test with or can you run one on the dev server with podman?

emboggs commented 2 years ago

Probably yes to both -- I do need a mongo to test with and I probably could run one with podman if I wasn't being too lazy to figure out how.

emboggs commented 2 years ago

I guess the mongo isn't really part of this ticket anyway, it just seemed easy to incorporate here.