google-cloud-secret_manager-v1beta1 0.16.0 → 0.17.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/secret_manager/v1beta1/secret_manager_service/client.rb +7 -0
- data/lib/google/cloud/secret_manager/v1beta1/secret_manager_service/rest/client.rb +7 -0
- data/lib/google/cloud/secret_manager/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/secrets/v1beta1/resources.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3e0883da725c5c443e5ce4a2b69b4114149af541ce20d1a925cc50200023d3e
|
4
|
+
data.tar.gz: 7494faeffdc5bc0920a801ad54842a97b95fda4148ffbe21c597243267b60ffd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fb1045e64c3e0daf2df8e16fd93d945599d4a95bf7268a12c02e9325ee8702d2fe2ebb4a6136e54d53f94aa1bd76b52ea80cbe5741045eb14f983c9b5830d8c
|
7
|
+
data.tar.gz: 85a58152c7423add0ffb5da3c263dd4e8d28714c2fcba8f7a4f8f7a0da2977f6d35913ed42708e1461a64cd9527ae7c1b72641498e100c5497b43b25f4df4a51
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -1643,6 +1643,13 @@ module Google
|
|
1643
1643
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1644
1644
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1645
1645
|
# * (`nil`) indicating no credentials
|
1646
|
+
#
|
1647
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1648
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1649
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1650
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1651
|
+
# For more information, refer to [Validate credential configurations from external
|
1652
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1646
1653
|
# @return [::Object]
|
1647
1654
|
# @!attribute [rw] scope
|
1648
1655
|
# The OAuth scopes
|
@@ -1529,6 +1529,13 @@ module Google
|
|
1529
1529
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1530
1530
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1531
1531
|
# * (`nil`) indicating no credentials
|
1532
|
+
#
|
1533
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1534
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1535
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1536
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1537
|
+
# For more information, refer to [Validate credential configurations from external
|
1538
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1532
1539
|
# @return [::Object]
|
1533
1540
|
# @!attribute [rw] scope
|
1534
1541
|
# The OAuth scopes
|
@@ -110,9 +110,13 @@ module Google
|
|
110
110
|
# @!attribute [rw] automatic
|
111
111
|
# @return [::Google::Cloud::SecretManager::V1beta1::Replication::Automatic]
|
112
112
|
# The {::Google::Cloud::SecretManager::V1beta1::Secret Secret} will automatically be replicated without any restrictions.
|
113
|
+
#
|
114
|
+
# Note: The following fields are mutually exclusive: `automatic`, `user_managed`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
113
115
|
# @!attribute [rw] user_managed
|
114
116
|
# @return [::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged]
|
115
117
|
# The {::Google::Cloud::SecretManager::V1beta1::Secret Secret} will only be replicated into the locations specified.
|
118
|
+
#
|
119
|
+
# Note: The following fields are mutually exclusive: `user_managed`, `automatic`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
116
120
|
class Replication
|
117
121
|
include ::Google::Protobuf::MessageExts
|
118
122
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-secret_manager-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -106,7 +105,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
106
105
|
licenses:
|
107
106
|
- Apache-2.0
|
108
107
|
metadata: {}
|
109
|
-
post_install_message:
|
110
108
|
rdoc_options: []
|
111
109
|
require_paths:
|
112
110
|
- lib
|
@@ -114,15 +112,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
114
112
|
requirements:
|
115
113
|
- - ">="
|
116
114
|
- !ruby/object:Gem::Version
|
117
|
-
version: '
|
115
|
+
version: '3.0'
|
118
116
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
119
117
|
requirements:
|
120
118
|
- - ">="
|
121
119
|
- !ruby/object:Gem::Version
|
122
120
|
version: '0'
|
123
121
|
requirements: []
|
124
|
-
rubygems_version: 3.
|
125
|
-
signing_key:
|
122
|
+
rubygems_version: 3.6.2
|
126
123
|
specification_version: 4
|
127
124
|
summary: Stores sensitive data such as API keys, passwords, and certificates. Provides
|
128
125
|
convenience while improving security.
|