summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/mixlib/authentication/signedheaderauth.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mixlib/authentication/signedheaderauth.rb b/lib/mixlib/authentication/signedheaderauth.rb
index dcc9ee1..6ac41a9 100644
--- a/lib/mixlib/authentication/signedheaderauth.rb
+++ b/lib/mixlib/authentication/signedheaderauth.rb
@@ -106,6 +106,7 @@ module Mixlib
# Was called like sign(key, sign_algorithm: 'foo', other: 'bar')
opts.update(sign_algorithm)
opts[:sign_algorithm] ||= algorithm
+ opts[:sign_version] ||= sign_version
else
# Was called like sign(key, 'foo', '1.3', other: 'bar')
Mixlib::Authentication.logger.warn("Using deprecated positional arguments for sign(), please update to keyword arguments (from #{caller[1][/^(.*:\d+):in /, 1]})")