chef-config 18.1.0 → 18.1.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 076ce129f789a2b97c433962d6ae9535595761f0d48b34c6ade92b2695ebc47b
4
- data.tar.gz: 00315c67a30f2f8843b657501f435801b5d654666b1bbbb191868b0c2086b554
3
+ metadata.gz: c488c053032691185a6abb6f89ee7402bb4f96c6e2cbedc078b68884f132dbd6
4
+ data.tar.gz: 9f124dff47af67e561fd98ae61304061038d8e446adf421d8f4e9abce3a21218
5
5
  SHA512:
6
- metadata.gz: 6c51306365118c7353dd6df8b48d9af6e0a1577901bc0506c6566ee4568c785c9f7189988257fbe260391d36bdb41efc4895be30c855cd9dd159ab20c67e1a3d
7
- data.tar.gz: b551ba7887fd3df447eef50d4a90532d4a115b8aeb358322cb7f27928cbf82af9f0202543033cfb303bf268fd87bb6b4bcd8c5e5b81669be6b3074917949453b
6
+ metadata.gz: 8949292663a9ea3f8da676043022d16d9a87e6ec027d981215ed248bdc2ecb8b88686cef5ee194df6e99c4f03c0c73c5ce37d9c5e416beb028429ecaf56b6689
7
+ data.tar.gz: 88dea33ca3826cd1c516588c1f3f0bce07584151913334068c986ff53467060ebb197de3a0ad7777ad82f53ecac0f06e042d032aafb15eac0bef2f72805dd365
@@ -778,6 +778,16 @@ module ChefConfig
778
778
  # Then the public key from the new cert is pushed to Chef Server for authentication
779
779
  default :migrate_key_to_keystore, false
780
780
 
781
+ # When we move certs into the certstore, we need to manage multi-user scenarios.
782
+ # This flag is used in conjunction with 'migrate_key_to_keystore'. If 2 users, Bob and Terri, are using
783
+ # this node, we need a means to separate the private keys of each user. Alternately, if an Admin
784
+ # configures the node and then relies on a system account to run chef afterward, we need a second
785
+ # method for that. Setting this in the client.rb file with a "user" flag will cause chef to create
786
+ # and manage separate private keys. We look for this flag to be set to "user" to manage distinct users keys with,
787
+ # However, if that key is set to anything else, we assume that keys are to be stored in the LocalMachine store.
788
+ # Leaving this key omitted has the same effect as setting it to anything other than "user"
789
+ default :auth_key_registry_type, nil
790
+
781
791
  # When registering the client, should we allow the client key location to
782
792
  # be a symlink? eg: /etc/chef/client.pem -> /etc/chef/prod-client.pem
783
793
  # If the path of the key goes through a directory like /tmp this should
@@ -15,5 +15,5 @@
15
15
 
16
16
  module ChefConfig
17
17
  CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
18
- VERSION = "18.1.0".freeze
18
+ VERSION = "18.1.29".freeze
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.1.0
4
+ version: 18.1.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-05 00:00:00.000000000 Z
11
+ date: 2023-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef-utils
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 18.1.0
19
+ version: 18.1.29
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 18.1.0
26
+ version: 18.1.29
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: mixlib-shellout
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -106,7 +106,7 @@ dependencies:
106
106
  - - "~>"
107
107
  - !ruby/object:Gem::Version
108
108
  version: '1.2'
109
- description:
109
+ description:
110
110
  email:
111
111
  - adam@chef.io
112
112
  executables: []
@@ -143,7 +143,7 @@ metadata:
143
143
  documentation_uri: https://github.com/chef/chef/tree/main/chef-config/README.md
144
144
  homepage_uri: https://github.com/chef/chef/tree/main/chef-config
145
145
  source_code_uri: https://github.com/chef/chef/tree/main/chef-config
146
- post_install_message:
146
+ post_install_message:
147
147
  rdoc_options: []
148
148
  require_paths:
149
149
  - lib
@@ -158,8 +158,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.3.26
162
- signing_key:
161
+ rubygems_version: 3.3.7
162
+ signing_key:
163
163
  specification_version: 4
164
164
  summary: Chef Infra's default configuration and config loading library
165
165
  test_files: []