Skip to content

Commit

Permalink
rename arn to role_arn
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandredinis committed Oct 28, 2024
1 parent 2bb4d68 commit 75a7f2d
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 105 deletions.
189 changes: 95 additions & 94 deletions api/gen/proto/go/teleport/integration/v1/awsoidc_service.pb.go

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

4 changes: 2 additions & 2 deletions api/proto/teleport/integration/v1/awsoidc_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,10 @@ message PingRequest {
// Required if ARN is empty.
string integration = 1;

// The AWS ARN to be used when generating the token.
// The AWS Role ARN to be used when generating the token.
// This is used to test another ARN before saving the Integration.
// Required if integration is empty.
string arn = 2;
string role_arn = 2;
}

// PingResponse contains the response for the Ping operation.
Expand Down
Loading

0 comments on commit 75a7f2d

Please sign in to comment.