google-cloud-secret_manager-v1beta1 0.17.1 → 0.17.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97824e0fc1bd7014816dd998e41cde72df2d1ea84282499bbf8a8c3a6f3e351b
|
4
|
+
data.tar.gz: aadb23c1a260cbd83fe95b21d7ec8d7c5e043417ca6613e4a712551fcbc4c201
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad25bafe1f437043932e87e714e42f57d67106e67fcb8e6e5d2be3aa57c0400a4ce9bb0ee5c2c6db7225fa9636d276956b8c6f524b314db47a94e6dd9a08922e
|
7
|
+
data.tar.gz: 63d1237bbf35ea087eba2e56f6fe64e1ea58157578259b04668e0b12187d613be3a4830fcf13f787e99e4fa8055c70bf6662455b16f601d2f645b5919f84053a
|
@@ -1743,8 +1743,8 @@ module Google
|
|
1743
1743
|
|
1744
1744
|
config_attr :endpoint, nil, ::String, nil
|
1745
1745
|
config_attr :credentials, nil do |value|
|
1746
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1747
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1746
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1747
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1748
1748
|
allowed.any? { |klass| klass === value }
|
1749
1749
|
end
|
1750
1750
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -1623,7 +1623,7 @@ module Google
|
|
1623
1623
|
|
1624
1624
|
config_attr :endpoint, nil, ::String, nil
|
1625
1625
|
config_attr :credentials, nil do |value|
|
1626
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1626
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1627
1627
|
allowed.any? { |klass| klass === value }
|
1628
1628
|
end
|
1629
1629
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +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.17.
|
4
|
+
version: 0.17.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
141
|
- !ruby/object:Gem::Version
|
142
142
|
version: '0'
|
143
143
|
requirements: []
|
144
|
-
rubygems_version: 3.6.
|
144
|
+
rubygems_version: 3.6.8
|
145
145
|
specification_version: 4
|
146
146
|
summary: Stores sensitive data such as API keys, passwords, and certificates. Provides
|
147
147
|
convenience while improving security.
|