Skip to content

Commit

Permalink
[v17] Adds account list to IC plugin settings (#51533)
Browse files Browse the repository at this point in the history
Backports #51405
  • Loading branch information
tcsc authored Feb 3, 2025
1 parent 61887f9 commit d911e2e
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 430 deletions.
5 changes: 5 additions & 0 deletions api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6825,6 +6825,11 @@ message PluginAWSICSettings {
// NOTE: System users are always filtered out by default and will not be provisioned to AWS IC.
repeated AWSICUserSyncFilter user_sync_filters = 8 [(gogoproto.jsontag) = "user_sync_filters,omitempty"];

// AwsAccountFilters is an optional allow-list of AWS accounts to import and
// manage. An empty list implies that all accounts managed by the Identity Center
// instance will be imported and managed.
repeated AWSICResourceFilter aws_accounts_filters = 9;

// GroupSyncLabelsFilter is used to specify filters that determine which AWS groups
// should be included during synchronization.
repeated AWSICResourceFilter group_sync_filters = 10 [(gogoproto.jsontag) = "group_sync_filters,omitempty"];
Expand Down
Loading

0 comments on commit d911e2e

Please sign in to comment.