-
Notifications
You must be signed in to change notification settings - Fork 89
update datadog members #805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,9 @@ | ||
| locals { | ||
| foundation = { | ||
| "adam" = local.users.adam | ||
| "jdn" = local.users.jdn | ||
| "joel" = local.users.joel | ||
| "jon" = local.users.jon | ||
| "marcoieni" = local.users.marcoieni | ||
| "paullenz" = local.users.paullenz | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Paul and JD left the foundation. |
||
| "rustfoundation" = local.users.rustfoundation | ||
| "tobias" = local.users.tobias | ||
| "walter" = local.users.walter | ||
|
|
@@ -22,6 +20,7 @@ resource "datadog_role" "foundation" { | |
| data.datadog_permissions.all.permissions.notebooks_write, | ||
| data.datadog_permissions.all.permissions.logs_generate_metrics, | ||
| data.datadog_permissions.all.permissions.metrics_metadata_write, | ||
| data.datadog_permissions.all.permissions.dbm_read, | ||
| ]) | ||
|
|
||
| content { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ locals { | |
| "mark" = local.users.mark | ||
| "pietro" = local.users.pietro | ||
| "rustfoundation" = local.users.rustfoundation | ||
| "walter" = local.users.walter | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Walter has a Datadog admin role now. To reflect this, I added him to this list, similar to how Joel is in this list. |
||
| } | ||
| } | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,10 +44,6 @@ locals { | |
| login = "nells@microsoft.com" | ||
| name = "Nell Shamrell-Harrington" | ||
| } | ||
| "paullenz" = { | ||
| login = "paullenz@rustfoundation.org" | ||
| name = "Paul Lenz" | ||
| } | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Paul is no longer involved in the Rust Foundation or Project, so we can completely delete his account. |
||
| "peixin" = { | ||
| login = "peixin.hou@gmail.com" | ||
| name = "Peixin Hou" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this permission was added to various teams. It should be Datadog Database Monitoring. Maybe it's a new thing datadog added by default.