-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tadhg/ssh access issue template (#2456)
* helpdesk-issue.yml -> .yaml. * Template for production ssh access issue. * Template for production ssh access issue.
- Loading branch information
1 parent
94d1f48
commit dd0c36d
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |