cyberark / secretless-broker

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

There are a suite of new generic HTTP connectors #1248

Closed izgeri closed 4 years ago

izgeri commented 4 years ago

We currently have a directory for example generic HTTP connector configurations. In this epic, we will create many more.

Our goal is to demonstrate how easy it is to add support for new HTTP-based target services using the generic HTTP connector. You don't even have to write a new Secretless connector! You just structure your configuration so that Secretless knows where to inject the credentials your target service needs, and you can connect to your target service via Secretless with no code changes.

New generic HTTP connector configs to create:

Notes

boazmichaely commented 4 years ago

A question came from a customer today asking if we support HTTPS or just HTTP. There are no stupid questions.. The answer was "yes and here is the link to the https documentation" So let's make it obvious that HTTPS is supported across the list and in the end blog

boazmichaely commented 4 years ago

For all the use cases, a real life example would be far more powerful than "I'm a developer who needs to connect my app to target X". Trying to find out these real life examples can lead us to real people who would want to try it out

izgeri commented 4 years ago

Added https://github.com/cyberark/secretless-broker/issues/1286 to reorganize the example dir README

JakeQuilty commented 4 years ago

Updated @izgeri comment to a list to keep track of which ones we've done