google-cloud-kms 2.10.0 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/kms/version.rb +1 -1
- data/lib/google/cloud/kms.rb +9 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f10b093b1a22889874fa287b904f1258d2a46c373978ae9320ddc94321a97069
|
|
4
|
+
data.tar.gz: 0d1d48b89d748ff888e07d6682bd0bddd4b7b492c9d88cfd7048a8194d51f19d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee5bb514fa69f03012227e509beeb297f3fc1f9d05987d51979db4c503e60997676c03aff24cdf19eea7b5a56aaf00f699573d44f249d1cebe82a66d2803a63d
|
|
7
|
+
data.tar.gz: 326d577d87213932edd7fe6440379d2d93d81f56eed2fdb2b46587c4e0a67a69adb89f4cfe50d7644f10ca2c801eceb13ff604a43b4590893d54402d02a9b2c0
|
data/lib/google/cloud/kms.rb
CHANGED
|
@@ -153,13 +153,15 @@ module Google
|
|
|
153
153
|
# ## About AutokeyAdmin
|
|
154
154
|
#
|
|
155
155
|
# Provides interfaces for managing [Cloud KMS
|
|
156
|
-
# Autokey](https://cloud.google.com/kms/help/autokey) folder-level
|
|
157
|
-
# configurations. A configuration is inherited by all descendent
|
|
158
|
-
# configuration at
|
|
159
|
-
# ancestry. Setting a configuration on a folder is
|
|
160
|
-
# Autokey, so that users working in a descendant
|
|
161
|
-
# provisioned CryptoKeys,
|
|
162
|
-
# Managed Encryption Key (CMEK) use, on-demand
|
|
156
|
+
# Autokey](https://cloud.google.com/kms/help/autokey) folder-level or
|
|
157
|
+
# project-level configurations. A configuration is inherited by all descendent
|
|
158
|
+
# folders and projects. A configuration at a folder or project overrides any
|
|
159
|
+
# other configurations in its ancestry. Setting a configuration on a folder is
|
|
160
|
+
# a prerequisite for Cloud KMS Autokey, so that users working in a descendant
|
|
161
|
+
# project can request provisioned CryptoKeys,
|
|
162
|
+
# ready for Customer Managed Encryption Key (CMEK) use, on-demand when using
|
|
163
|
+
# the dedicated key project mode. This is not required when using the delegated
|
|
164
|
+
# key management mode for same-project keys.
|
|
163
165
|
#
|
|
164
166
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
165
167
|
# Defaults to `:v1`.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-kms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
requirements:
|
|
71
71
|
- - ">="
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '3.
|
|
73
|
+
version: '3.2'
|
|
74
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
|
76
76
|
- - ">="
|