Skip to content

Commit

Permalink
add additional fields to the aws idc integration (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes authored Feb 12, 2024
1 parent d7a7ef4 commit b18ee7d
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 28 deletions.
77 changes: 49 additions & 28 deletions gen/commonfate/control/integration/v1alpha1/aws_idc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions proto/commonfate/control/integration/v1alpha1/aws_idc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ message AWSIDC {
string identity_store_id = 2;
string sso_region = 3;
string reader_role_arn = 4;
string audit_role_name = 5;
repeated string resource_regions = 6;
}

0 comments on commit b18ee7d

Please sign in to comment.