summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Bump version to 2.0.2 by Chef Expeditorv2.0.2Chef Expeditor2018-05-313-5/+6
| |
* | Merge pull request #37 from coderanger/ssh-agentNoah Kantrowitz2018-05-311-0/+1
|\ \ | |/ | | Forgot to put sign_version in the opts which would make it nil when p…
| * Forgot to put sign_version in the opts which would make it nil when pulled ↵Noah Kantrowitz2018-05-311-0/+1
| | | | | | | | | | back out. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version to 2.0.1 by Chef Expeditorv2.0.1Chef Expeditor2018-05-313-5/+13
| |
* | Merge pull request #36 from coderanger/ssh-agentThom May2018-05-313-8/+109
|\ \ | |/ | | Support signing with ssh-agent (round two)
| * Sigh, the existing arguments are positional not kwargs.Noah Kantrowitz2018-05-302-1/+19
| | | | | | | | | | | | Make both syntaxes do the right thing. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Merge branch 'master' into ssh-agentNoah Kantrowitz2018-05-2914-30/+137
| |\ | |/ |/|
* | fix chefstyle violationThom May2018-04-121-1/+1
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | actually make this 2.0v2.0.0Thom May2018-04-123-3/+3
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | release 1.5.0v1.5.0Thom May2018-04-123-4/+4
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 1.4.3Chef Expeditor2018-04-121-11/+8
| |
* | Bump version to 1.4.3 by Expeditorv1.4.3Chef Expeditor2018-04-123-5/+13
| |
* | Merge pull request #32 from chef/tm/loggingThom May2018-04-127-25/+25
|\ \ | | | | | | Move mixlib-auth debugging to trace level
| * | Move mixlib-auth debugging to trace leveltm/loggingThom May2018-04-117-25/+25
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Merge pull request #31 from chef/tm/expediteThom May2018-04-124-1/+63
|\ \ \ | | | | | | | | enable expeditor
| * | | enable expeditortm/expediteThom May2018-04-114-1/+63
| |/ / | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Merge pull request #33 from chef/tm/fix_travisThom May2018-04-122-3/+43
|\ \ \ | |/ / |/| | Update travis to modern rubies and add appveyor
| * | Update travis to modern rubies and add appveyortm/fix_travisThom May2018-04-122-3/+43
|/ / | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * Rework the ssh-agent signing logic to require an explicit flag to enable, ↵Noah Kantrowitz2018-05-292-29/+61
| | | | | | | | | | | | | | along with a lot of error checking. And some YARD comments because sigh. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * fix comment about ssh agent responseMatt Whiteley2017-09-061-1/+2
| | | | | | | | Signed-off-by: Matt Whiteley <mwhiteley@fastly.com>
| * make net-ssh optionalMatt Whiteley2017-09-064-18/+23
| | | | | | | | Signed-off-by: Matt Whiteley <mwhiteley@fastly.com>
| * Use SHA2Matt Whiteley2017-09-061-1/+1
| | | | | | | | Signed-off-by: Matt Whiteley <mwhiteley@fastly.com>
| * CHEF-2381Matt Whiteley2017-09-063-6/+51
|/ | | | Signed-off-by: Matt Whiteley <mwhiteley@fastly.com>
* Merge pull request #26 from chef/tm/codeownersThom May2017-08-311-0/+1
|\ | | | | add codeowners
| * add codeownerstm/codeownersThom May2017-08-311-0/+1
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #23 from chef/ryan/bump-versionv1.4.2Robb Kidd2017-08-172-2/+15
|\ | | | | Bump version to 1.4.2
| * update changelog for 1.4.2Robb Kidd2017-08-171-1/+14
| | | | | | | | Signed-off-by: Robb Kidd <robb@thekidds.org>
| * Bump version to 1.4.2Ryan Cragun2017-08-171-1/+1
|/ | | | Signed-off-by: Ryan Cragun <me@ryan.ec>
* Merge pull request #25 from chef/lcg/chestyleLamont Granquist2017-06-201-3/+3
|\ | | | | fix chefstyle offenses
| * fix chefstyle offensesLamont Granquist2017-06-201-3/+3
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #24 from chef/ryan/fix-constant-lookupRyan Cragun2017-04-251-1/+2
|\ | | | | Fix SignedObject::DEFAULT_SERVER_API_VERSION constant scope
| * Fix SignedObject::DEFAULT_SERVER_API_VERSION constant scoperyan/fix-constant-lookupRyan Cragun2017-04-211-1/+2
| | | | | | | | | | | | | | | | | | | | The DEFAULT_SERVER_API_VERSION is not a constant of the SignedHeaderAuth module. Rather than forcing the constant lookup in that module we'll remove the namespace and allow the Ruby constant lookup to handle it for us. This resolves a bug where the constant lookup fails when mixlib-authentication is vendored into other projects. Signed-off-by: Ryan Cragun <me@ryan.ec>
* | Merge pull request #21 from chef/ryan/cloud-319Ryan Cragun2017-04-209-27/+111
|\ \ | |/ |/| [CLOUD-319] Make mixlib-log an optional dependency
| * [CLOUD-319] Make mixlib-log an optional dependencyRyan Cragun2017-04-209-27/+111
|/ | | | | | | | | | This change makes mixlib-log an optional dependency. When it's available in the LOAD_PATH it will be used by default, otherwise, all logging will will be forwarded to a null logger that does nothing. This is useful for cases where small utilities can consume mixlib-authentication and not have to pull in additional gems. Signed-off-by: Ryan Cragun <me@ryan.ec>
* ninja fixLamont Granquist2016-12-062-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #20 from chef/updatesThom May2016-12-065-16/+24
|\ | | | | Test on modern ruby / use rake 11
| * and use matrix and allow_failure for ruby-headLamont Granquist2016-12-061-4/+8
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * bump the rubies and add some bundle/rubygems updatingLamont Granquist2016-12-061-3/+10
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix Struct.new issueLamont Granquist2016-12-061-4/+4
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chefstyle fixesTim Smith2016-10-133-6/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use rake 11Tim Smith2016-10-131-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Specify specific ruby versions in TravisTim Smith2016-10-131-3/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix following bug:jonyrock2016-06-081-1/+2
| | | | | | It's possible that a request contains more than nine headers like "x_ops_authorization_n". In this case headers will be sorted in the wrong way. The first will be "x_ops_authorization_1", the second "x_ops_authorization_10" and so on. So that request signature transfered by parts in "x_ops_authorization_n" headers will be reconstructed in wrong way. So that authentication will fail.
* Chefstyle and modernisev1.4.1Thom May2016-06-0814-313/+278
| | | | Signed-off-by: Thom May <thom@may.lt>
* bump version for releaseThom May2016-06-081-1/+1
| | | | Signed-off-by: Thom May <thom@may.lt>
* Merge pull request #18 from glensc/patch-1Thom May2016-06-081-1/+1
|\ | | | | Update mixlib-authentication.gemspec
| * Update mixlib-authentication.gemspecElan Ruusamäe2016-06-021-1/+1
|/ | | fix rspec deps being added as runtime deps
* Merge pull request #15 from felixonmars/patch-1Tim Smith2016-02-041-1/+1
|\ | | | | Fix a typo: langauge -> language
| * Fix a typo: langauge -> languageFelix Yan2016-02-041-1/+1
|/
* Merge pull request #14 from tas50/masterThom May2016-01-253-19/+16
|\ | | | | Opscode -> Chef and rdoc -> md