openbrokerapi
openbrokerapi copied to clipboard
A python package for the V2 CF Service Broker API
To check the compatibility with OSB clients like CloudFoundry, there should be a integration test, testing the general flow. Ideas: - use [osb-checker](https://github.com/openservicebrokerapi/osb-checker) - use a client like [eden](https://github.com/starkandwayne/eden). -...
**Is your feature request related to a problem? Please describe.** Every broker needs to implement validation. **Describe the solution you'd like** Implement a general solution in openbrokerapi.api module.
**Is your feature request related to a problem? Please describe.** Service broker should always provide an instance specific dashboard, even if it is just a placeholder, because updating the url...
pytest comes with a nice feature set which can be used to structure fixtures and much more. So lets move over and remove the mix of Unittest and pytest!
on last_operation: ``` try: result = service_broker.last_operation(instance_id, operation_data) return to_json_response(LastOperationResponse(result.state, result.description)), HTTPStatus.OK except errors.ErrInstanceDoesNotExist: return to_json_response(LastOperationResponse(OperationState.SUCCEEDED, '')), HTTPStatus.GONE ``` My understanding from [spec](https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#polling-last-operation-for-service-instances) is that 410 (Gone) should be sent...
**Is your feature request related to a problem? Please describe.** when service multiple brokers using the router, the get_instance endpoint is not supported **Describe the solution you'd like** We should...
- [ ] Added list of endpoints to create Service Binding response body. - [x] Added a delay to polling response for Service Instance and Service Binding last operations. -...
In critical environments, monitoring is a requirement. So this service broker framework could offer an unauthenticated route like `/status`. This route would be bound to a `status()` method in the...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.9 to 3.26.0. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.6. Release notes Sourced from actions/upload-artifact's releases. v4.3.6 What's Changed Revert to @actions/artifact 2.1.8 by @robherley in actions/upload-artifact#594 Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.6 v4.3.5 What's Changed Bump...