openbrokerapi icon indicating copy to clipboard operation
openbrokerapi copied to clipboard

A python package for the V2 CF Service Broker API

Results 18 openbrokerapi issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies
python

Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...

dependencies
python

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.3.3. Release notes Sourced from pre-commit's releases. pre-commit v3.3.3 Fixes Work around OS packagers setting --install-dir / --bin-dir in gem settings. #2905 PR by @​jaysoffian....

dependencies
python

**Is your feature request related to a problem? Please describe.** I would like the servicebroker to be call by multiple cloud controller with a prefix. Each cloudcontroller will make a...

Following the setup of FastAPI it is much easier to use a request wsgi adapter, than starting a server on each test! https://pypi.org/project/requests-wsgi-adapter/ - [ ] add requests-wsgi-adapter as test...

Hello Proposition for adding possibilty for developpers to raise a 401 inside their service

**Describe the bug** When raising a **ErrBadRequest Exception** with Message _"Some Message"_ within a provisioning kubernetes will not show the Message _"Some Message"_. Also **ErrorMessage** and **ResponseError** is _"< nil...

With the spec a few fields are now deprecated, which are still required by default. The configuration, how to change this behaviour is not clear and should be changed. -...

Make contribution easier by documenting basic setup and guidelines.