Skip to content

Commit

Permalink
Fix nil role policy
Browse files Browse the repository at this point in the history
  • Loading branch information
graphman65 authored and hamstah committed Jun 30, 2021
1 parent 2659c19 commit d8e9322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecs/dashboard/refresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func fetchAccount(account Account) (*AccountState, error) {
RoleExternalID: &account.ExternalID,
Region: &account.Region,

RolePolicy: aws.String(""),
RoleSessionName: aws.String(""),
MFASerialNumber: aws.String(""),
MFATokenCode: aws.String(""),
Expand Down

0 comments on commit d8e9322

Please sign in to comment.