heroku / heroku-eclipse-plugin

Warning: Deprecated! Heroku Eclipse plugin is a fully integrated plugin into Eclipse IDE that will allow developers to manage their Heroku apps and environment right from their favourite IDE
15 stars 9 forks source link

Removing SSH key should clear key in dialogue box #71

Open ryanbrainard opened 11 years ago

ryanbrainard commented 11 years ago

When removing an SSH key from a Heroku account in Eclipse, the key stays in the Eclipse environment even though it is actually removed from Heroku. The SSH key should probably just be loaded directly from the API so Eclipse and Heroku stay in sync.

Steps to Reproduce

  1. Setup the plugin with an SSH key added to a Heroku account
  2. Open Heroku prefs in Eclipse and click Remove to remove the SSH key from the Heroku account. The key is actually removed (as seen through CLI), but the key remains in the dialogue box which makes it look like the key was never removed.