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()
119119 $ this ->text (' --> Click "Add User." ' );
120120 $ this ->text (' ' );
121121 $ this ->text (' --> Enter "sidecar-cli-helper" as the name. ' );
122- $ this ->text (' --> Choose "Programmatic access." ' );
123122 $ this ->text (' --> Press "Next: Permissions." ' );
124123 $ this ->text (' ' );
125124 $ this ->text (' --> Choose "Attach existing policies directly." ' );
126125 $ this ->text (' --> Select "AdministratorAccess." ' );
127126 $ this ->text (' ' );
128- $ this ->text (' --> Click "Next: Tags." ' );
129- $ this ->text (' --> Click "Next: Review." ' );
130127 $ 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." ' );
131135 $ this ->line (str_repeat ('- ' , $ this ->width ));
132136
133137 $ this ->key = $ this ->ask ('Enter the Access key ID ' );
You can’t perform that action at this time.
0 commit comments