DiUS / zerobot

2 stars 2 forks source link

Validate AWS credentials on the launchpad #1

Closed azzamallow closed 11 years ago

azzamallow commented 11 years ago

The user supplies their own AWS credentials on the launchpad. We need a way to validate those credentials before attempting to create the environments.

azzamallow commented 11 years ago

Complete.

The key and secret key are validated early. the user will see the error message explaining that their creds are incorrect and are instructed to try again.

The key name is not so easy to verify early. We attempt to create the dashboard and ci with the keyname they have provided, and if that fails the user is told.