google-cloud-security-public_ca-v1beta1 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/security/public_ca/v1beta1/public_certificate_authority_service/client.rb +7 -0
- data/lib/google/cloud/security/public_ca/v1beta1/public_certificate_authority_service/rest/client.rb +7 -0
- data/lib/google/cloud/security/public_ca/v1beta1/version.rb +1 -1
- 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: 47756bb0edaaeb3b8be13c6b37e8ace14ea91d5ff29cba9ba9af064d07b07ce0
|
4
|
+
data.tar.gz: f5f5b1899c8f15239e7a536f8f1e55fe50430aca96c31ebb922536e8482781b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b19ab1613deacf9ba117e82918378ad2397092fbf3664ad853d2deb335aa1888ab3bf5a643ad7fea0469def786858256117828558d2492ae0729d4bcd70f70d4
|
7
|
+
data.tar.gz: 59a6d6ca4c3f44ed795bb09b547906ca245a68d3408323130f830107540c373015852e3b22d4ada2092ce046190fc43b34a793fe94e28b2ae0c88d7e248874f2
|
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
|
data/lib/google/cloud/security/public_ca/v1beta1/public_certificate_authority_service/client.rb
CHANGED
@@ -327,6 +327,13 @@ module Google
|
|
327
327
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
328
328
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
329
329
|
# * (`nil`) indicating no credentials
|
330
|
+
#
|
331
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
332
|
+
# external source for authentication to Google Cloud, you must validate it before
|
333
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
334
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
335
|
+
# For more information, refer to [Validate credential configurations from external
|
336
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
330
337
|
# @return [::Object]
|
331
338
|
# @!attribute [rw] scope
|
332
339
|
# The OAuth scopes
|
data/lib/google/cloud/security/public_ca/v1beta1/public_certificate_authority_service/rest/client.rb
CHANGED
@@ -311,6 +311,13 @@ module Google
|
|
311
311
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
312
312
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
313
313
|
# * (`nil`) indicating no credentials
|
314
|
+
#
|
315
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
316
|
+
# external source for authentication to Google Cloud, you must validate it before
|
317
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
318
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
319
|
+
# For more information, refer to [Validate credential configurations from external
|
320
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
314
321
|
# @return [::Object]
|
315
322
|
# @!attribute [rw] scope
|
316
323
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-security-public_ca-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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
|
@@ -88,7 +87,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
88
87
|
licenses:
|
89
88
|
- Apache-2.0
|
90
89
|
metadata: {}
|
91
|
-
post_install_message:
|
92
90
|
rdoc_options: []
|
93
91
|
require_paths:
|
94
92
|
- lib
|
@@ -96,15 +94,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
96
94
|
requirements:
|
97
95
|
- - ">="
|
98
96
|
- !ruby/object:Gem::Version
|
99
|
-
version: '
|
97
|
+
version: '3.0'
|
100
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
99
|
requirements:
|
102
100
|
- - ">="
|
103
101
|
- !ruby/object:Gem::Version
|
104
102
|
version: '0'
|
105
103
|
requirements: []
|
106
|
-
rubygems_version: 3.
|
107
|
-
signing_key:
|
104
|
+
rubygems_version: 3.6.2
|
108
105
|
specification_version: 4
|
109
106
|
summary: The Public Certificate Authority API may be used to create and manage ACME
|
110
107
|
external account binding keys associated with Google Trust Services' publicly trusted
|