-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is needed for bors-staging log access. This also expands/creates a ReadOnlyAccess role that also grants read-only CloudWatch access to infra members (vs. infra-admins that get admin access).
- Loading branch information
1 parent
d24e1f3
commit 1124d8d
Showing
2 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,12 +33,6 @@ inputs = { | |
email = "[email protected]" | ||
groups = ["infra"] | ||
} | ||
"jynelson" = { | ||
given_name = "Joshua", | ||
family_name = "Nelson", | ||
email = "[email protected]" | ||
groups = ["infra"] | ||
} | ||
"shepmaster" = { | ||
given_name = "Jake", | ||
family_name = "Goulding", | ||
|
@@ -57,5 +51,11 @@ inputs = { | |
email = "[email protected]" | ||
groups = ["billing"] | ||
} | ||
"kobzol" = { | ||
given_name = "Jakub" | ||
family_name = "Beránek" | ||
email = "[email protected]" | ||
groups = ["infra"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters