orouz

Results 32 issues of 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...

Team:Cloud Security
automation

### 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...

backport-skip
gcp

- [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 ![Screenshot...

backport-skip

**Motivation** GCP fetchers mainly use the assets inventory api via the `ListAssets` method, which has the following [quotas](https://cloud.google.com/asset-inventory/docs/quota): 1. `100` per minute per consumer project 2. `800` per minute per...

Team:Cloud Security
gcp
8.14 candidate

**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...

Team:Cloud Security
CIS Azure
8.15 candidate

**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...

Team:Cloud Security
aws
8.15 candidate

**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....

Team:Cloud Security
gcp
8.15 candidate

**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....

Team:Cloud Security
8.15 candidate

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...

Team:Cloud Security
8.14 candidate

**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...

Team:Cloud Security
gcp
CIS Azure
aws