Skip to content

Commit fd59bfb

Browse files
committed
Add Noah Iniguez as infra maintainer
1 parent c640f8f commit fd59bfb

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/terraform-hisec/ @fullstaq-ruby/infra-owners

docs/infrastructure-bootstrapping.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ Create the following Github repositories:
103103
- `fullstaq-ruby/infra`
104104
- `fullstaq-ruby/website`
105105

106+
In the organization:
107+
108+
- Create an "Infra Owners" team with the right people.
109+
106110
## Step 7: Spin up a VPS
107111

108112
1. Spin up an Ubuntu >= 24.04 VPS somewhere, for example at Hetzner.

docs/members.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Members
22

3-
| Name | Roles |
4-
| --------------------------------------------------------------------------------------- | ----------------------------- |
5-
| [Hongli Lai](mailto:hongli@hongli.nl) ([FooBarWidget](https://github.com/FooBarWidget)) | Infra Owner, Infra Maintainer |
6-
| [Max Erkin](mailto:russs.max@gmail.com) ([rus-max](https://github.com/rus-max)) | Infra Maintainer |
7-
| [Britt Treece](mailto:britt.treece@gmail.com) ([abtreece](https://github.com/abtreece)) | Infra Maintainer |
3+
| Name | Roles |
4+
| ------------------------------------------------------------------------------------------ | ----------------------------- |
5+
| [Hongli Lai](mailto:hongli@hongli.nl) ([FooBarWidget](https://github.com/FooBarWidget)) | Infra Owner, Infra Maintainer |
6+
| [Max Erkin](mailto:russs.max@gmail.com) ([rus-max](https://github.com/rus-max)) | Infra Maintainer |
7+
| [Britt Treece](mailto:britt.treece@gmail.com) ([abtreece](https://github.com/abtreece)) | Infra Maintainer |
8+
| [Noah Iniguez](mailto:niniguezg@gmail.com) ([ncispreedly](https://github.com/ncispreedly)) | Infra Maintainer |

docs/onboarding.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ Onboarding is to be done by someone with the [Infra Owner role](roles.md).
1212
- [ ] Create a (regular) user.
1313
- [ ] Add object ID to `terraform-hisec/variables.tf` -> `infra_owners_azure_group_members` or `infra_maintainers_azure_group_members`. Apply Terraform.
1414
- [ ] Add member to the [Members](members.md) document.
15+
- [ ] Add member to the [Infra Owners team](https://github.com/orgs/fullstaq-ruby/teams/infra-owners) if applicable.

terraform-hisec/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ variable "infra_maintainers_azure_group_members" {
5656
"2f1efb75-a4a9-4b3c-aec5-a40b51fbfe86", # Hongli Lai infra-maintainer account
5757
"da08d889-fff7-4a0a-b026-de7ca6f65089", # Max Erkin
5858
"76c01f0d-abd4-40a4-8b28-e68342d7055f", # Britt Treece
59+
"3dba77b1-f489-4811-b955-138258ad5f73", # Noah Iniguez
5960
]
6061
}

0 commit comments

Comments
 (0)