Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polling Last Operation for Service Bindings Must Has an Originating Identity #60

Open
expinc opened this issue Jan 24, 2022 · 0 comments

Comments

@expinc
Copy link

expinc commented Jan 24, 2022

Check

return nil, err
. It would fail if there is no originating identity when polling last operation for service bindings.

However, according to https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#originating-identity , originating identity is not mandatory for requests. The responsibility of how to handle originating identity should belong to the business logic of the service broker.

Check

if err != nil {
. This is a recommended handling of originating identity from framework's perspective: just output a log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant