Miki Mokrysz
Miki Mokrysz
Addresses #305 Until now it has been possible to trigger a stack overflow by passing crafted inputs (e.g. a string of 1000 `(`). This is problematic when using the library...
This issue is not a bug in `cf-deployment`, but it's to discuss solving a common incident for CF operators. ### What is this issue about? Several Cloud Foundry users have...
What ---- Describe what you have changed and why. How to review ----- Describe the steps required to test the changes. Who can review ----- Describe who can review the...
`/billable_events` seems to trigger a scan (i.e., looping over rows in the table) to find events within the time period of interest. This is very slow. It is possible to...
One month of `/billable_events` for a large organisation evaluates the pricing formulas about 30,000 times. This takes >3 seconds and contributes to that API endpoint being slow. There are several...
`billable_event_components` can be queried with any timerange of interest. This pushes more complexity into the queries run against it. I believe it would greatly simplify the queries run by `/billable_events`...
We are no longer using IBM Compose to provide tenant services. As such we can remove the ability for `paas-billing` to ingest new Compose events. However, we must retain the...
I want to log in to the UAA used by my cloudfoundry to perform some basic user management. ``` Getting Tokens: get-authcode-token Obtain an access token using the authorization_code grant...
The pricing calculator passes around the service data in its `GET` query string. This hits haproxy's size limit. This bug was [already recorded on `paas-billing`](https://github.com/alphagov/paas-billing/issues/34), but fixing it would require...