Skip to content

Commit

Permalink
feat(cloudauth): support accounts with provider partition field (#559)
Browse files Browse the repository at this point in the history
* feat(cloudauth): Support accounts with regulatory framework field

Change summary:
-----------------
- Add support for onboarding cloudauth accounts with regulatory framework type
- Updated cloudauth proto pb.go

* fix: acceptance tests

* fix: acceptance tests

* revert test changes

* address feedback

* address feedback

* fix acceptance tests due to API response

* fix acceptance tests due to API response

* feat(cloudauth): support account with provider partition field

* feat(cloudauth): support account with provider partition field

* feat(cloudauth): support account with provider partition field

---------

Co-authored-by: jose-pablo-camacho <[email protected]>
  • Loading branch information
ravinadhruve10 and jose-pablo-camacho authored Nov 8, 2024
1 parent 740b2d2 commit a10a7c3
Show file tree
Hide file tree
Showing 4 changed files with 1,244 additions and 992 deletions.
1 change: 1 addition & 0 deletions sysdig/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ const (
SchemaCloudProviderAlias = "provider_alias"
SchemaAccountId = "account_id"
SchemaFeatureFlags = "flags"
SchemaProviderPartition = "provider_partition"
)
Loading

0 comments on commit a10a7c3

Please sign in to comment.