Rômulo Farias

Results 13 comments of Rômulo Farias

@orestisfl didn't you also create a ticket for this?

- [ ] Include `deploy/deployment-manager/` scripts as well

It will be covered by https://github.com/elastic/cloudbeat/pull/1568

I see failing tests, but mostly because I added the multi value header to the petstore-extended. How would you test this feature? Do I keep it there in the yaml?...

Updated the MR with tests. It all works, even the other libs with multiple headers.

QA Verified: Once I delete an integration from inside the policy page (`app/fleet/policies/${policy_id}`) ![Image](https://github.com/user-attachments/assets/a722c956-74e3-41d3-9f45-e828c9f733ee) I observe the following behaviour ✅ The package policy is deleted ![Image](https://github.com/user-attachments/assets/149077fc-a2df-4633-b53a-a3bd9d6c05ae) ✅ The agent policy...

PSP Code has been removed on https://github.com/elastic/cloudbeat/pull/2356, If we decide to not implement the PSP's we still need to remove all the commented infra/test code left behind

What do you mean with `dependencies can be removed to enable parallel execution`?

Yes, I just didn't paste the project name here. The command I run is ``` npx @firebaseextensions/fs-bq-schema-views \ --non-interactive \ --project=project \ --big-query-project=project \ --dataset=clinicas_firebase_export \ --table-name-prefix=clinicas \ --schema-files=./clinicas.json ```

Found the issue, if the project name is wrong we get this message (that is confusing). Once I fixed the project name it worked!