Skip to content

Commit

Permalink
Merge pull request #113 from ministryofjustice/bichard-users
Browse files Browse the repository at this point in the history
Add a new user to the Bichard repos
  • Loading branch information
digitalronin authored Feb 9, 2021
2 parents 946826d + 8d38f06 commit c16884b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
11 changes: 10 additions & 1 deletion terraform/bichard7-next-infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ module "bichard7-next-infrastructure" {
added_by = "Dom Tomkins <dom.tomkins@justice.gov.uk>" # Who made the decision to grant them access? e.g. 'Awesome Team <awesome.team@digital.justice.gov.uk>'
review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26
},

{
github_user = "satvinder-hullait"
permission = "push"
Expand All @@ -83,5 +82,15 @@ module "bichard7-next-infrastructure" {
added_by = "Dom Tomkins <dom.tomkins@justice.gov.uk>" # Who made the decision to grant them access? e.g. 'Awesome Team <awesome.team@digital.justice.gov.uk>'
review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26
},
{
github_user = "JohnFarrellDev"
permission = "push"
name = "John Farrell" # The name of the person behind github_user
email = "john.farrell@madetech.com" # Their email address
org = "Madetech" # The organisation/entity they belong to
reason = "CJSE Bichard Development" # Why is this person being granted access?
added_by = "Dom Tomkins <dom.tomkins@justice.gov.uk>" # Who made the decision to grant them access? e.g. 'Awesome Team <awesome.team@digital.justice.gov.uk>'
review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26
}
]
}
10 changes: 10 additions & 0 deletions terraform/bichard7-next.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,15 @@ module "bichard7-next" {
added_by = "Dom Tomkins <dom.tomkins@justice.gov.uk>" # Who made the decision to grant them access? e.g. 'Awesome Team <awesome.team@digital.justice.gov.uk>'
review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26
},
{
github_user = "JohnFarrellDev"
permission = "push"
name = "John Farrell" # The name of the person behind github_user
email = "john.farrell@madetech.com" # Their email address
org = "Madetech" # The organisation/entity they belong to
reason = "CJSE Bichard Development" # Why is this person being granted access?
added_by = "Dom Tomkins <dom.tomkins@justice.gov.uk>" # Who made the decision to grant them access? e.g. 'Awesome Team <awesome.team@digital.justice.gov.uk>'
review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26
}
]
}
10 changes: 10 additions & 0 deletions terraform/moj-cjse-bichard7.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,15 @@ module "moj-cjse-bichard7" {
added_by = "Dom Tomkins <dom.tomkins@justice.gov.uk>" # Who made the decision to grant them access? e.g. 'Awesome Team <awesome.team@digital.justice.gov.uk>'
review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26
},
{
github_user = "JohnFarrellDev"
permission = "push"
name = "John Farrell" # The name of the person behind github_user
email = "john.farrell@madetech.com" # Their email address
org = "Madetech" # The organisation/entity they belong to
reason = "CJSE Bichard Development" # Why is this person being granted access?
added_by = "Dom Tomkins <dom.tomkins@justice.gov.uk>" # Who made the decision to grant them access? e.g. 'Awesome Team <awesome.team@digital.justice.gov.uk>'
review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26
}
]
}

0 comments on commit c16884b

Please sign in to comment.