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

Commit

Permalink
keep track of unique owners
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju committed Sep 15, 2017
1 parent 19452d7 commit 20c15de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

group=com.nike
artifactId=cerberus-lifecycle-cli
version=3.2.3
version=3.2.4
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ private CerberusSdbMetadata processMetadata(SafeDepositBox sdb, final CerberusSd
currentMetadata.getUniqueNonOwnerGroups()
);

newMetadata.getUniqueOwnerGroups().add(sdb.getOwner());

newMetadata.getUniqueIamRoles().add(sdb.getOwner());
sdb.getIamRolePermissions().forEach((iamRole, permission) -> {
newMetadata.getUniqueIamRoles().add(iamRole);
Expand Down

0 comments on commit 20c15de

Please sign in to comment.