|
|
@ -432,9 +432,9 @@ func setupS3ReadOnlyRole(ctx context.Context, manager *integration.IAMManager) { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
Sid: "AllowSTSSessionValidation", |
|
|
|
Effect: "Allow", |
|
|
|
Action: []string{"sts:ValidateSession"}, |
|
|
|
Sid: "AllowSTSSessionValidation", |
|
|
|
Effect: "Allow", |
|
|
|
Action: []string{"sts:ValidateSession"}, |
|
|
|
Resource: []string{"*"}, |
|
|
|
}, |
|
|
|
}, |
|
|
@ -476,9 +476,9 @@ func setupS3AdminRole(ctx context.Context, manager *integration.IAMManager) { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
Sid: "AllowSTSSessionValidation", |
|
|
|
Effect: "Allow", |
|
|
|
Action: []string{"sts:ValidateSession"}, |
|
|
|
Sid: "AllowSTSSessionValidation", |
|
|
|
Effect: "Allow", |
|
|
|
Action: []string{"sts:ValidateSession"}, |
|
|
|
Resource: []string{"*"}, |
|
|
|
}, |
|
|
|
}, |
|
|
@ -520,9 +520,9 @@ func setupS3WriteRole(ctx context.Context, manager *integration.IAMManager) { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
Sid: "AllowSTSSessionValidation", |
|
|
|
Effect: "Allow", |
|
|
|
Action: []string{"sts:ValidateSession"}, |
|
|
|
Sid: "AllowSTSSessionValidation", |
|
|
|
Effect: "Allow", |
|
|
|
Action: []string{"sts:ValidateSession"}, |
|
|
|
Resource: []string{"*"}, |
|
|
|
}, |
|
|
|
}, |
|
|
@ -569,9 +569,9 @@ func setupS3IPRestrictedRole(ctx context.Context, manager *integration.IAMManage |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
Sid: "AllowSTSSessionValidation", |
|
|
|
Effect: "Allow", |
|
|
|
Action: []string{"sts:ValidateSession"}, |
|
|
|
Sid: "AllowSTSSessionValidation", |
|
|
|
Effect: "Allow", |
|
|
|
Action: []string{"sts:ValidateSession"}, |
|
|
|
Resource: []string{"*"}, |
|
|
|
}, |
|
|
|
}, |
|
|
|