pmorie / osb-starter-pack

A quickstart for making a new Open Service Broker
Apache License 2.0
69 stars 47 forks source link

Basic Auth Question #99

Open joaquinrdzibm opened 6 years ago

joaquinrdzibm commented 6 years ago

This is more of a question rather than an issue, does the current osb-broker-pack implementation provide basic auth when I interact with the broker?

For example instead of doing curl http://<brokerip>:<port>/v2/catalog I would like to do curl http://user:pass@<brokerip>:<port>/v2/catalog

Thanks!

pmorie commented 6 years ago

Currently this project only supports token auth, but i would be fine with someone adding basic auth support.

On Tue, May 1, 2018 at 4:22 PM Joaquin Rodriguez notifications@github.com wrote:

This is more of a question rather than an issue, does the current osb-broker-pack implementation provide basic auth when I interact with the broker?

For example instead of doing curl http://:/v2/catalog I would like to do curl http://user:pass@:/v2/catalog

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pmorie/osb-starter-pack/issues/99, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWXmDNCkbdC56OeHCmM6brHVDyULTHPks5tuMPugaJpZM4Tucjj .

joaquinrdzibm commented 6 years ago

Sounds good @pmorie ..is this something that could be implemented at the osb-starter-pack level or do you recommend implementing it in the osb-broker-lib repo? thx

pmorie commented 6 years ago

@joaquinrdzibm It would likely have aspects at both:

pmorie commented 6 years ago

@joaquinrdzibm sorry about the delay - why don't you ping me on k8s slack or via email and we'll set up a time to talk about this.