Skip to content
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

Tadhg/ssh access issue template #2456

Merged
merged 3 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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