google-cloud-binary_authorization-v1 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c492ba059e24d424f4dc7c46ace8ba3afa0e8da4b662e020e4da88e30529b2ec
4
- data.tar.gz: d0cf6dd8677942b5793e37eec6c45a2946f70924a5a772fe97cf9318e928fa3a
3
+ metadata.gz: 2b1c52a9b7ba0cdddc3ecd7c65c12c7e14f49ab139e855790efe937f582e6687
4
+ data.tar.gz: ec578d44cc78fe005563c54d58933eeaeea5ede9cdf2946c8582bceb2713ffb9
5
5
  SHA512:
6
- metadata.gz: 16ffe2eff9daa8db21f5909d79293736e206c7f6f74c18293f26dd30d3e94ba9b94b3f14422317e0a49bb9523d2b63cc0c4b738033f01365042c0cc06cdfb832
7
- data.tar.gz: cab8c86ba966eff9343a502a41b99c497644656430bf4ed49fd8c089a2e50791f616e9908625e5348b3b7ccd43cb1235012f74758c24cf4becbc53525ad177b0
6
+ metadata.gz: 7ebddcac096a67c204e161a4140ff5411309eb674cd5746156cbda1b76c790a093a18f7a70454edad8bb8c1a166876530c3a63427b340a7d2b7b2dee2187e199
7
+ data.tar.gz: 1d9d55ecad94a5c9860402aa03e7e64ad7678cabb2a6e604b116157bb1f9e1a3708dc71795b0e7f77b7ba2d0cbcb99df0b0d13adbd68981d9b40af5c27ccfd5b
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 2.7+.
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
@@ -904,6 +904,13 @@ module Google
904
904
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
905
905
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
906
906
  # * (`nil`) indicating no credentials
907
+ #
908
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
909
+ # external source for authentication to Google Cloud, you must validate it before
910
+ # providing it to a Google API client library. Providing an unvalidated credential
911
+ # configuration to Google APIs can compromise the security of your systems and data.
912
+ # For more information, refer to [Validate credential configurations from external
913
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
907
914
  # @return [::Object]
908
915
  # @!attribute [rw] scope
909
916
  # The OAuth scopes
@@ -846,6 +846,13 @@ module Google
846
846
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
847
847
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
848
848
  # * (`nil`) indicating no credentials
849
+ #
850
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
851
+ # external source for authentication to Google Cloud, you must validate it before
852
+ # providing it to a Google API client library. Providing an unvalidated credential
853
+ # configuration to Google APIs can compromise the security of your systems and data.
854
+ # For more information, refer to [Validate credential configurations from external
855
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
849
856
  # @return [::Object]
850
857
  # @!attribute [rw] scope
851
858
  # The OAuth scopes
@@ -313,6 +313,13 @@ module Google
313
313
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
314
314
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
315
315
  # * (`nil`) indicating no credentials
316
+ #
317
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
318
+ # external source for authentication to Google Cloud, you must validate it before
319
+ # providing it to a Google API client library. Providing an unvalidated credential
320
+ # configuration to Google APIs can compromise the security of your systems and data.
321
+ # For more information, refer to [Validate credential configurations from external
322
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
316
323
  # @return [::Object]
317
324
  # @!attribute [rw] scope
318
325
  # The OAuth scopes
@@ -297,6 +297,13 @@ module Google
297
297
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
298
298
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
299
299
  # * (`nil`) indicating no credentials
300
+ #
301
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
302
+ # external source for authentication to Google Cloud, you must validate it before
303
+ # providing it to a Google API client library. Providing an unvalidated credential
304
+ # configuration to Google APIs can compromise the security of your systems and data.
305
+ # For more information, refer to [Validate credential configurations from external
306
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
300
307
  # @return [::Object]
301
308
  # @!attribute [rw] scope
302
309
  # The OAuth scopes
@@ -324,6 +324,13 @@ module Google
324
324
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
325
325
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
326
326
  # * (`nil`) indicating no credentials
327
+ #
328
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
329
+ # external source for authentication to Google Cloud, you must validate it before
330
+ # providing it to a Google API client library. Providing an unvalidated credential
331
+ # configuration to Google APIs can compromise the security of your systems and data.
332
+ # For more information, refer to [Validate credential configurations from external
333
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
327
334
  # @return [::Object]
328
335
  # @!attribute [rw] scope
329
336
  # The OAuth scopes
@@ -308,6 +308,13 @@ module Google
308
308
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
309
309
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
310
310
  # * (`nil`) indicating no credentials
311
+ #
312
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
313
+ # external source for authentication to Google Cloud, you must validate it before
314
+ # providing it to a Google API client library. Providing an unvalidated credential
315
+ # configuration to Google APIs can compromise the security of your systems and data.
316
+ # For more information, refer to [Validate credential configurations from external
317
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
311
318
  # @return [::Object]
312
319
  # @!attribute [rw] scope
313
320
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module BinaryAuthorization
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -352,6 +352,8 @@ module Google
352
352
  # computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
353
353
  # upper-case hex. If `id` is provided by the caller, it will be
354
354
  # overwritten by the API-calculated ID.
355
+ #
356
+ # Note: The following fields are mutually exclusive: `ascii_armored_pgp_public_key`, `pkix_public_key`. If a field in that set is populated, all other fields in the set will automatically be cleared.
355
357
  # @!attribute [rw] pkix_public_key
356
358
  # @return [::Google::Cloud::BinaryAuthorization::V1::PkixPublicKey]
357
359
  # A raw PKIX SubjectPublicKeyInfo format public key.
@@ -360,6 +362,8 @@ module Google
360
362
  # type of public key, but it MUST be a valid RFC3986 URI. If `id` is left
361
363
  # blank, a default one will be computed based on the digest of the DER
362
364
  # encoding of the public key.
365
+ #
366
+ # Note: The following fields are mutually exclusive: `pkix_public_key`, `ascii_armored_pgp_public_key`. If a field in that set is populated, all other fields in the set will automatically be cleared.
363
367
  class AttestorPublicKey
364
368
  include ::Google::Protobuf::MessageExts
365
369
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-binary_authorization-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
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.24.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.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -121,7 +120,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
121
120
  licenses:
122
121
  - Apache-2.0
123
122
  metadata: {}
124
- post_install_message:
125
123
  rdoc_options: []
126
124
  require_paths:
127
125
  - lib
@@ -129,15 +127,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
127
  requirements:
130
128
  - - ">="
131
129
  - !ruby/object:Gem::Version
132
- version: '2.7'
130
+ version: '3.0'
133
131
  required_rubygems_version: !ruby/object:Gem::Requirement
134
132
  requirements:
135
133
  - - ">="
136
134
  - !ruby/object:Gem::Version
137
135
  version: '0'
138
136
  requirements: []
139
- rubygems_version: 3.5.23
140
- signing_key:
137
+ rubygems_version: 3.6.2
141
138
  specification_version: 4
142
139
  summary: The management interface for Binary Authorization, a system providing policy
143
140
  control for images deployed to Kubernetes Engine clusters, Anthos clusters on VMware,