File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -119,15 +119,19 @@ protected function askForAdminCredentials()
119
119
$ this ->text (' --> Click "Add User." ' );
120
120
$ this ->text (' ' );
121
121
$ this ->text (' --> Enter "sidecar-cli-helper" as the name. ' );
122
- $ this ->text (' --> Choose "Programmatic access." ' );
123
122
$ this ->text (' --> Press "Next: Permissions." ' );
124
123
$ this ->text (' ' );
125
124
$ this ->text (' --> Choose "Attach existing policies directly." ' );
126
125
$ this ->text (' --> Select "AdministratorAccess." ' );
127
126
$ this ->text (' ' );
128
- $ this ->text (' --> Click "Next: Tags." ' );
129
- $ this ->text (' --> Click "Next: Review." ' );
130
127
$ this ->text (' --> Click "Create user." ' );
128
+ $ this ->text ('' );
129
+ $ this ->text (' --> Navigate to the "sidecar-cli-helper" user. ' );
130
+ $ this ->text (' --> Click "Security Credentials." ' );
131
+ $ this ->text (' --> Scroll down and click "Create access key." ' );
132
+ $ this ->text (' --> Select "Application running outside AWS." ' );
133
+ $ this ->text (' --> Click "Next." ' );
134
+ $ this ->text (' --> Click "Create access key." ' );
131
135
$ this ->line (str_repeat ('- ' , $ this ->width ));
132
136
133
137
$ this ->key = $ this ->ask ('Enter the Access key ID ' );
You can’t perform that action at this time.
0 commit comments