google-cloud-kms 2.10.0 → 2.12.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/README.md +1 -1
- data/lib/google/cloud/kms/version.rb +1 -1
- data/lib/google/cloud/kms.rb +10 -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: 3ea6236e1257895478759d1a431b5a8d5266a5062f9ded55600186317de5d958
|
|
4
|
+
data.tar.gz: 3eb19e9a62d8138cfd19e6d6bf2bee9b5336d30201a8e9cf05b721bee2c8750b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa3f96368121e2cc905c334e738b734fe8958dd752cf73a61b3713d36e89b7abac7a256888d1399180ea95f9c126c4be02b429ab6d7277c436321f28661e5a68
|
|
7
|
+
data.tar.gz: d52c561661ea175ef8c271da591c3424b83631aff991b4bc5d46024e5144f9f190dd035aed02cdf51a593e8aaea928dddefcb03172188f0b6925c15a5e915440
|
data/README.md
CHANGED
|
@@ -82,7 +82,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
82
82
|
|
|
83
83
|
## Supported Ruby Versions
|
|
84
84
|
|
|
85
|
-
This library is supported on Ruby 3.
|
|
85
|
+
This library is supported on Ruby 3.2+.
|
|
86
86
|
|
|
87
87
|
Google provides official support for Ruby versions that are actively supported
|
|
88
88
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
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`.
|
|
@@ -463,6 +465,7 @@ module Google
|
|
|
463
465
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
464
466
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
465
467
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
468
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
466
469
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
467
470
|
# The error codes that should trigger a retry.
|
|
468
471
|
#
|
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.12.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
|
- - ">="
|