Skip to content

Commit 8dc3a28

Browse files
authored
Update main.go
1 parent d0851fc commit 8dc3a28

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ func main() {
5252
Usage: "AWS user role",
5353
EnvVar: "PLUGIN_USER_ROLE_ARN,AWS_USER_ROLE_ARN",
5454
},
55-
cli.StringFlag{
56-
Name: "user-role-external-id",
57-
Usage: "external ID to use when assuming secondary role",
58-
EnvVar: "PLUGIN_USER_ROLE_EXTERNAL_ID",
59-
},
6055
cli.StringFlag{
6156
Name: "bucket",
6257
Usage: "aws bucket",
@@ -171,7 +166,6 @@ func run(c *cli.Context) error {
171166
AssumeRoleSessionName: c.String("assume-role-session-name"),
172167
Bucket: c.String("bucket"),
173168
UserRoleArn: c.String("user-role-arn"),
174-
UserRoleExternalID: c.String("user-role-external-id"),
175169
Region: c.String("region"),
176170
Access: c.String("acl"),
177171
Source: c.String("source"),

0 commit comments

Comments
 (0)