Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix: remove KMS tags with invalid characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mayitbeegh committed Jan 29, 2020
1 parent 3f9f710 commit 7192797
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ private String createKmsKeyInAws(
+ iamPrincipalArn)
.withPolicy(policy)
.withTags(
createTag(
"created_by",
buildProperties.getArtifact() + "_" + buildProperties.getVersion()),
createTag("created_for", "cerberus_auth"),
createTag("auth_principal", iamPrincipalArn),
createTag("cerberus_env", environmentName));
Expand Down

0 comments on commit 7192797

Please sign in to comment.