Skip to content

Commit

Permalink
update PluginAWSICSettings proto message: (#47729)
Browse files Browse the repository at this point in the history
- add access_list_default_owners
- add saml_idp_service_provider_name
  • Loading branch information
flyinghermit authored Oct 22, 2024
1 parent bc06d0f commit 9191081
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 328 deletions.
8 changes: 8 additions & 0 deletions api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6518,6 +6518,14 @@ message PluginAWSICSettings {

// Provisioning holds settings for provisioing users and groups into AWS
AWSICProvisioningSpec provisioning_spec = 4;

// AccessListDefaultOwners is a list of default owners for Access List created for
// user groups imported from AWS Idenity Center.
repeated string access_list_default_owners = 5;

// SAMLIdPServiceProviderName is the name of a SAML service provider created
// for the Identity Center.
string saml_idp_service_provider_name = 6;
}

// AWSICProvisioningSpec holds provisioning-specific Identity Center settings
Expand Down
Loading

0 comments on commit 9191081

Please sign in to comment.