Skip to content

Commit

Permalink
Merge pull request #8596 from ministryofjustice/add-user-include-recent
Browse files Browse the repository at this point in the history
Add user include recent
  • Loading branch information
roncitrus authored Nov 7, 2024
2 parents 0d7762e + c80861a commit dc58a0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions terraform/environments/cdpt-chaps/bastion_linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
"keys": {
"development": {
"apepler": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINDmkATvSznxRwOLAw4RcwxH9Ks2g4cZp7sSdDgEhc6Z andrew@vertism.com",
"acurtis": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7Z+QprFiensJ1Kw08i9shm5lfritcI3/71nrDu2S3H alistair.curtis@digital.justice.gov.uk"
"acurtis": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7Z+QprFiensJ1Kw08i9shm5lfritcI3/71nrDu2S3H alistair.curtis@digital.justice.gov.uk",
"dpenny": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOq5+EA5EbAiS0A3M3gum9zKIx67uFmHfFlSjGOj9J+M daniel.penny@igital.justice.gov.uk"
},
"preproduction": {
"apepler": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINDmkATvSznxRwOLAw4RcwxH9Ks2g4cZp7sSdDgEhc6Z andrew@vertism.com",
"acurtis": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7Z+QprFiensJ1Kw08i9shm5lfritcI3/71nrDu2S3H alistair.curtis@digital.justice.gov.uk"
"acurtis": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7Z+QprFiensJ1Kw08i9shm5lfritcI3/71nrDu2S3H alistair.curtis@digital.justice.gov.uk",
"dpenny": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOq5+EA5EbAiS0A3M3gum9zKIx67uFmHfFlSjGOj9J+M daniel.penny@igital.justice.gov.uk"
},
"production": {
"apepler": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINDmkATvSznxRwOLAw4RcwxH9Ks2g4cZp7sSdDgEhc6Z andrew@vertism.com",
"acurtis": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7Z+QprFiensJ1Kw08i9shm5lfritcI3/71nrDu2S3H alistair.curtis@digital.justice.gov.uk"
"acurtis": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7Z+QprFiensJ1Kw08i9shm5lfritcI3/71nrDu2S3H alistair.curtis@digital.justice.gov.uk",
"dpenny": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOq5+EA5EbAiS0A3M3gum9zKIx67uFmHfFlSjGOj9J+M daniel.penny@igital.justice.gov.uk"
}
}
}

0 comments on commit dc58a0d

Please sign in to comment.