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 user or service account'
2+ description : ' Issue for requesting IAM accounts'
3+ labels : ['enhancement']
4+
5+ body :
6+ - type : input
7+ id : account-name
8+ attributes :
9+ label : Account Name
10+ description : Provide github handle of new user or service account name (if requesting for a service)
11+ validations :
12+ required : true
13+ - type : input
14+ id : project-name
15+ attributes :
16+ label : Project(s) Name
17+ description : Specify the project you are working on
18+ validations :
19+ required : true
20+ - type : textarea
21+ id : access-reason
22+ attributes :
23+ label : Reason for access
24+ description : Mention the reason for requesting the access
25+ validations :
26+ required : true
27+ - type : textarea
28+ id : additional-info
29+ attributes :
30+ label : Additional Information
31+ description : Any other information you want to provide
32+ validations :
33+ required : false
You can’t perform that action at this time.
0 commit comments