NYULibraries / siteleaf-gem

Ruby interface and command line utility for the Siteleaf API
http://siteleaf.com
MIT License
1 stars 0 forks source link

Use Figs instead of .siteleaf file #5

Open hab278 opened 9 years ago

hab278 commented 9 years ago

This is something that may be NYULibraries only, but it is not bound to us. Using NYULibrares/Figs to handle secrets rather then the .siteleaf file. This will remove functionality from siteleaf and use already existing functionality from figs.

Amay22 commented 9 years ago

Took care of this before RSpec Testing because the tests are written in such a manner that they don't check if and until both options are chosen for authentication i.e. the default site-leaf method or the Figs Environment Variable method.

hab278 commented 9 years ago

@Amay22 Sorry, this has to be done after rspec testing. This is a new feature entirely.

Amay22 commented 9 years ago

@hab278 it checks for both options are chosen for authentication i.e. the default site-leaf method or the Figs Environment Variable method.