google-cloud-kms 2.8.1 → 2.8.2
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 +4 -2
- 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: ffed9f313d7cc6deec5345e2ae09e0c32123702a185f45406c652b605fd90cdd
|
|
4
|
+
data.tar.gz: 17488dd0da5fd020393984546ab82a6fecc5b322fadf14bff5e24254614050a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5955ebd4c8903573d764c99340c74e20058f19f4a2316dbfd78d0c55265fdadcd73a6d0b75b176d9bcd8c6cfe1754af818674a39a914c59731bde53830bb13c6
|
|
7
|
+
data.tar.gz: 47acd59578568f63333010fdca9894dd40e5893141a010638fe249c472bc31c59f37c8fc12cd7e4cefc9f05728952d3ec462c46eddd4ca717e9588175d5847d8
|
data/lib/google/cloud/kms.rb
CHANGED
|
@@ -60,7 +60,8 @@ module Google
|
|
|
60
60
|
#
|
|
61
61
|
# ## About Autokey
|
|
62
62
|
#
|
|
63
|
-
# Provides interfaces for using Cloud KMS
|
|
63
|
+
# Provides interfaces for using [Cloud KMS
|
|
64
|
+
# Autokey](https://cloud.google.com/kms/help/autokey) to provision new
|
|
64
65
|
# CryptoKeys, ready for Customer Managed
|
|
65
66
|
# Encryption Key (CMEK) use, on-demand. To support certain client tooling, this
|
|
66
67
|
# feature is modeled around a KeyHandle
|
|
@@ -110,7 +111,8 @@ module Google
|
|
|
110
111
|
#
|
|
111
112
|
# ## About AutokeyAdmin
|
|
112
113
|
#
|
|
113
|
-
# Provides interfaces for managing Cloud KMS
|
|
114
|
+
# Provides interfaces for managing [Cloud KMS
|
|
115
|
+
# Autokey](https://cloud.google.com/kms/help/autokey) folder-level
|
|
114
116
|
# configurations. A configuration is inherited by all descendent projects. A
|
|
115
117
|
# configuration at one folder overrides any other configurations in its
|
|
116
118
|
# ancestry. Setting a configuration on a folder is a prerequisite for Cloud KMS
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-kms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.8.
|
|
4
|
+
version: 2.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|