Skip to content

Commit

Permalink
Tadhg/ssh access issue template (#2456)
Browse files Browse the repository at this point in the history
* helpdesk-issue.yml -> .yaml.

* Template for production ssh access issue.

* Template for production ssh access issue.
  • Loading branch information
tadhg-ohiggins authored Oct 11, 2023
1 parent 94d1f48 commit dd0c36d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
File renamed without changes.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/production-ssh-access.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Log of temporarily enabling production ssh access
description: Used to record when and why we enabled ssh access to production.
title: "[Production ssh access]: "
labels: ["prodssh"]
projects: ["GSA-TTS/11"]
body:
- type: markdown
attributes:
value: |
Use this only after production ssh access has been disabled again; do not create a ticket before that has happened.
Assign the people who were involved in the ssh access to this ticket.
Close the ticket after it’s created; this is for logging activity, not tracking work yet to be done.
- type: input
id: prodssh-start
attributes:
label: Start (UTC)
description: UTC timestamp for when production ssh was enabled
placeholder: 2023-10-11 19:14
validations:
required: true
- type: input
id: prodssh-end
attributes:
label: End (UTC)
description: UTC timestamp for when production ssh was disabled
placeholder: 2023-10-11 19:19
validations:
required: true
- type: textarea
id: explanation
attributes:
label: Explanation
description: Outline why access was enabled and what was done. Link to an issue if possible.
placeholder:
validations:
required: true

0 comments on commit dd0c36d

Please sign in to comment.