Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
put back config key for the aws response
Browse files Browse the repository at this point in the history
  • Loading branch information
ideahitme committed Jun 26, 2017
1 parent 6516f48 commit a20b2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sevenseconds/config/kms.py
Expand Up @@ -21,7 +21,7 @@ def configure_kms_keys(account: object, region):
found = True
act.ok('key already exists, updating policy')
put_key_response = kms_client.put_key_policy(
KeyId=alias['target_key_id'],
KeyId=alias['TargetKeyId'],
PolicyName='default',
Policy=json.dumps(key['key_policy']),
BypassPolicyLockoutSafetyCheck=False
Expand Down

0 comments on commit a20b2f0

Please sign in to comment.