Skip to content

Commit

Permalink
Merge branch 'master' into add-user-alexvegas22
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope authored Sep 20, 2024
2 parents 56702fa + 68e734d commit 967ddfb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
13 changes: 13 additions & 0 deletions omni/JulienGiguere.acl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# MANAGED BY TERRAFORM; DO NOT MODIFY
"spec":
"rules":
- "clusters":
- "cedille-cluster"
"kubernetes":
"impersonate":
"groups":
- "reader"
- "JulienGiguere"
"role": "Operator"
"users":
- "[email protected]"
4 changes: 3 additions & 1 deletion system/sandboxes/sandbox-list.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- user: svc-cedille-user
email: [email protected]
email: [email protected]
- user: Epsot
email: [email protected]
15 changes: 15 additions & 0 deletions terraform/users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,18 @@ module "alexvegas22" {
cluster_repo = var.platform_repo
netdata_role = "observer"
}


module "JulienGiguere" {
source = "./modules/user"
github_email = "[email protected]"
github_username = "JulienGiguere"
github_role = "member"
teams = [
{ teamName = "members", teamRole = "member" }, { teamName = "sre", teamRole = "member" },
]
cluster_name = var.cluster_name
cluster_role = "Operator"
cluster_repo = var.platform_repo
netdata_role = "observer"
}

0 comments on commit 967ddfb

Please sign in to comment.