Skip to content

Commit

Permalink
[dc] Fixes AWSC option Reader EID to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Fedorov authored and sfc-gh-afedorov committed Jan 21, 2020
1 parent ff9bb1e commit c16d968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/aws_collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def connect(connection_name, options):
audit_assumer_arn = options['audit_assumer_arn']
org_account_ids = options['org_account_ids']
audit_reader_role = options['audit_reader_role']
reader_eid = options['reader_eid']
reader_eid = options.get('reader_eid', '')

comment = yaml_dump(
module='aws_collect',
Expand Down

0 comments on commit c16d968

Please sign in to comment.