summaryrefslogtreecommitdiff
path: root/lib/chef/key.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed small bug in Chef::Key.load_by_(user|client) where actor wasn't populated.tylercloke2015-04-301-3/+5
* Fixed a bug where create_key would conflict with public_key in hash returned ...tylercloke2015-04-301-0/+8
* Changes Chef::Key update to allow updating the name of a key.tylercloke2015-04-301-4/+10
* Fixed bug in Chef::Key where create failed to return the full key.tylercloke2015-04-281-1/+5
* Implemented the Key object corrosponding to key rotation API endpoint.tc/chef_key_objecttylercloke2015-04-201-0/+251