Skip to content

Commit

Permalink
Add missing Service Principal for iam policy
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbarthelet committed Sep 30, 2020
1 parent 0e05483 commit 0056001
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/plugins/aws/provider/awsProvider.js
Expand Up @@ -301,6 +301,9 @@ class AwsProvider {
Federated: {
anyOf: [{ type: 'string' }, { type: 'array', items: { type: 'string' } }],
},
Service: {
anyOf: [{ type: 'string' }, { type: 'array', items: { type: 'string' } }],
},
CanonicalUser: {
anyOf: [{ type: 'string' }, { type: 'array', items: { type: 'string' } }],
},
Expand Down

0 comments on commit 0056001

Please sign in to comment.