cyberark / secretless-broker

Secure your apps by making them Secretless
Apache License 2.0
232 stars 42 forks source link

secretless plugin test harness exists #971

Open doodlesbykumbi opened 4 years ago

doodlesbykumbi commented 4 years ago

A test harness used for rapid prototyping of service connector plugins. It avoids the overhead of creating net.Listeners or ProxyService instances from Secretless Config. Instead, it creates a single TCP/HTTP proxy service and the required net.Listener.

AC:

izgeri commented 4 years ago

@doodlesbykumbi do you have a branched pushed up with your draft work on this? it would be nice to have that, so that if someone wants to pick this up they have a starting point. can you please push up what you have and link the branch here?