aeolus-incubator / tim

Web application for managing virtual images to be deployed in the cloud
www.aeolusproject.org
MIT License
3 stars 6 forks source link

OAuth support #95

Closed jprovaznik closed 11 years ago

jprovaznik commented 11 years ago

OAuth support in Tim (client mode, for sending requests to imagefactory) is needed in Conductor. Martyn already added some oauth parts from old aeolus-image but some chunks (probably lib/aeolus_image/active_resource_oauth_client.rb which includes a monkey patch) is missing.

jguiditta commented 11 years ago

Might be worth checking out this gem to see if it would suit our needs: https://github.com/albertopq/oauth-activeresource

mtaylor commented 11 years ago

Closing this task. It was completed as part of the above pull req