openservicebrokerapi / osb-checker

An automatic checker to verify an Open Service Broker API implementation against the specification
https://github.com/openservicebrokerapi/servicebroker/
Apache License 2.0
48 stars 40 forks source link

RFE: X-Broker-API-Originating-Identity support #9

Open jim-minter opened 6 years ago

jim-minter commented 6 years ago

Some brokers already expect to receive a X-Broker-API-Originating-Identity HTTP header on nearly every operation. At the moment the framework doesn't make it too easy to specify this in tests. More functionality for this (and maybe arbitrary HTTP headers?) would be good.

leonwanghui commented 6 years ago

IMO, this is related to a potential issue that the checker tool assumes brokers only support basic authentication, which means you would change the default way of authentication if you want to add X-Broker-API-Originating-Identity header.