Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

add context signature to request body in osb provision and bind #703

Closed nirbenrey closed 2 years ago

nirbenrey commented 2 years ago

Motivation

broker developers would like to verify that the context is originated in SM

Approach

SM will add a 'signature' field to bind/provision broker requests. The field value will be the hashed & signed value of the context. By using it the service brokers will be able to verify that the context was originated in SM.

Pull Request status