File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments