summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-07-13 23:12:25 -0700
committerGitHub <noreply@github.com>2020-07-13 23:12:25 -0700
commit2441eaa2ba00614a7a972d824a27448a1c5f7c99 (patch)
treecac97fb9174922d36b96bd27ac21c167eda20b24
parente5b8076dec334316ab9fd3b099bec4defeb4454f (diff)
parent68d1a8de0724ca990802ce0d3ba5484e6863a086 (diff)
downloadchef-2441eaa2ba00614a7a972d824a27448a1c5f7c99.tar.gz
Merge pull request #10140 from chef/lcg/server-api-version-to-2
Bump the server api version to 2
-rw-r--r--lib/chef/http/authenticator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/authenticator.rb b/lib/chef/http/authenticator.rb
index c93c8121bc..e65e93d2ac 100644
--- a/lib/chef/http/authenticator.rb
+++ b/lib/chef/http/authenticator.rb
@@ -24,7 +24,7 @@ class Chef
class HTTP
class Authenticator
- DEFAULT_SERVER_API_VERSION = "1".freeze
+ DEFAULT_SERVER_API_VERSION = "2".freeze
attr_reader :signing_key_filename
attr_reader :raw_key