Skip to content

Commit a10a7c3

Browse files
feat(cloudauth): support accounts with provider partition field (#559)
* 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 <jose.camacho@sysdig.com>
1 parent 740b2d2 commit a10a7c3

File tree

4 files changed

+1244
-992
lines changed

4 files changed

+1244
-992
lines changed

sysdig/common.go

+1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ const (
8989
SchemaCloudProviderAlias = "provider_alias"
9090
SchemaAccountId = "account_id"
9191
SchemaFeatureFlags = "flags"
92+
SchemaProviderPartition = "provider_partition"
9293
)

0 commit comments

Comments
 (0)