orouz
orouz
**Motivation** latest release the workflow [failed](https://github.com/elastic/cloudbeat/actions/runs/8709394933) to complete due to a git error where the workflow assumes it'll be the only one updating hermit, but hermit was updated manually in...
### Summary of your changes 1. adds rate limiting to the asset inventory client. our current usage is only for `ListAssets` 2. retries requests made by `ListAssets` client whenever they...
- [x] adds a Deployment Manager template to and a script to deploy it - [ ] adds a CI test to verify deployment of service account is useable : 1. `100` per minute per consumer project 2. `800` per minute per...
**Motivation** we need to account for rate limiting in our Azure fetchers to avoid losing resources we want to evaluate. our usage of azure go sdk can be divided to...
**Motivation** we need to account for rate limiting in our AWS fetchers to avoid losing resources we want to evaluate. each AWS fetcher uses a different client, as opposed to...
**Motivation** when users install CSPM GCP and select manual deployment, they need to provide a service account json - `Credentials JSON` which will be used to initialize the GCP clients....
**Motivation** cloud vendors have quotas for their api. currently, exceeding those quotas results in our fetchers being rate limited which may end up losing the resources we need to fetch....
in the manual deployment of GCP integration the user is required to provide credentials. in https://github.com/elastic/kibana/issues/175977 there is an example of how to deploy `access_key_id` and `secret_access_key` so the user...
**Motivation** we usually deploy 2 types of assets: 1. assets for manual testing, when developers try things out 2. assets used for integration testing, which are used in CI we...