Skip to content

Commit 26c42d7

Browse files
committed
chore: added request-aws-iam-resources.md
1 parent 28b6af3 commit 26c42d7

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: 'Request AWS IAM resources'
2+
description: 'Issue for requesting IAM accounts, groups, roles or policies'
3+
title: 'Request AWS IAM resources'
4+
labels: ['enhancement']
5+
6+
body:
7+
- type: input
8+
id: account-name
9+
attributes:
10+
label: Account Name
11+
description: Provide github handle of new user or service account name (if requesting for a service)
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: project-name
16+
attributes:
17+
label: Project(s) Name
18+
description: Specify the project you are working on
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: access-reason
23+
attributes:
24+
label: Reason for access
25+
description: Mention the reason for requesting the access
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: additional-info
30+
attributes:
31+
labels: Addtional Information
32+
description: Any other information you want to provide
33+
validations:
34+
required: false

0 commit comments

Comments
 (0)