google-cloud-binary_authorization-v1beta1 0.14.0 → 0.15.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/binary_authorization/v1beta1/binauthz_management_service/client.rb +7 -0
- data/lib/google/cloud/binary_authorization/v1beta1/binauthz_management_service/rest/client.rb +7 -0
- data/lib/google/cloud/binary_authorization/v1beta1/system_policy/client.rb +7 -0
- data/lib/google/cloud/binary_authorization/v1beta1/system_policy/rest/client.rb +7 -0
- data/lib/google/cloud/binary_authorization/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.rb +8 -0
- data/proto_docs/google/cloud/binaryauthorization/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: b9b430dc291730a746e6c7536f804c25092aee14be63e3a93be812bcdc3870a2
|
4
|
+
data.tar.gz: 7e5cda1c80c018503dfd2850d718e3c94b1e9b4ae625d52f05a1235c5bbe5613
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d86f4190fcefbb2493345c97a2e051ead237ddc4919f9788e82b7c4ae927ba4c5836553eae9941d53bd6204d7e63cc8c9b87368143d60e69290edc6181f60017
|
7
|
+
data.tar.gz: 3492253d50ca38e53b7f57b257c2700cee142ffd902649f331642b24c46afbcc5f3d1d9c43d0d880b80cdd4e05faddb990e043beee93dcbe680d28973db72d9b
|
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
|
@@ -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
|
data/lib/google/cloud/binary_authorization/v1beta1/binauthz_management_service/rest/client.rb
CHANGED
@@ -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
|
@@ -25,9 +25,13 @@ module Google
|
|
25
25
|
# @!attribute [rw] pod_event
|
26
26
|
# @return [::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent]
|
27
27
|
# Pod event.
|
28
|
+
#
|
29
|
+
# Note: The following fields are mutually exclusive: `pod_event`, `config_error_event`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
28
30
|
# @!attribute [rw] config_error_event
|
29
31
|
# @return [::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ConfigErrorEvent]
|
30
32
|
# Config error event.
|
33
|
+
#
|
34
|
+
# Note: The following fields are mutually exclusive: `config_error_event`, `pod_event`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
31
35
|
class ContinuousValidationEvent
|
32
36
|
include ::Google::Protobuf::MessageExts
|
33
37
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -116,11 +120,15 @@ module Google
|
|
116
120
|
# 'my-namespace:my-service-account'.
|
117
121
|
# `kubernetes_service_account` scope is always more specific than
|
118
122
|
# `kubernetes_namespace` scope for the same namespace.
|
123
|
+
#
|
124
|
+
# Note: The following fields are mutually exclusive: `kubernetes_service_account`, `kubernetes_namespace`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
119
125
|
# @!attribute [rw] kubernetes_namespace
|
120
126
|
# @return [::String]
|
121
127
|
# Matches all Kubernetes service accounts in the provided
|
122
128
|
# namespace, unless a more specific `kubernetes_service_account`
|
123
129
|
# scope already matched.
|
130
|
+
#
|
131
|
+
# Note: The following fields are mutually exclusive: `kubernetes_namespace`, `kubernetes_service_account`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
124
132
|
class CheckSetScope
|
125
133
|
include ::Google::Protobuf::MessageExts
|
126
134
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -354,6 +354,8 @@ module Google
|
|
354
354
|
# computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
|
355
355
|
# upper-case hex. If `id` is provided by the caller, it will be
|
356
356
|
# overwritten by the API-calculated ID.
|
357
|
+
#
|
358
|
+
# 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.
|
357
359
|
# @!attribute [rw] pkix_public_key
|
358
360
|
# @return [::Google::Cloud::BinaryAuthorization::V1beta1::PkixPublicKey]
|
359
361
|
# A raw PKIX SubjectPublicKeyInfo format public key.
|
@@ -362,6 +364,8 @@ module Google
|
|
362
364
|
# type of public key, but it MUST be a valid RFC3986 URI. If `id` is left
|
363
365
|
# blank, a default one will be computed based on the digest of the DER
|
364
366
|
# encoding of the public key.
|
367
|
+
#
|
368
|
+
# 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.
|
365
369
|
class AttestorPublicKey
|
366
370
|
include ::Google::Protobuf::MessageExts
|
367
371
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-binary_authorization-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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
|
@@ -96,7 +95,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
96
95
|
licenses:
|
97
96
|
- Apache-2.0
|
98
97
|
metadata: {}
|
99
|
-
post_install_message:
|
100
98
|
rdoc_options: []
|
101
99
|
require_paths:
|
102
100
|
- lib
|
@@ -104,15 +102,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
102
|
requirements:
|
105
103
|
- - ">="
|
106
104
|
- !ruby/object:Gem::Version
|
107
|
-
version: '
|
105
|
+
version: '3.0'
|
108
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
109
107
|
requirements:
|
110
108
|
- - ">="
|
111
109
|
- !ruby/object:Gem::Version
|
112
110
|
version: '0'
|
113
111
|
requirements: []
|
114
|
-
rubygems_version: 3.
|
115
|
-
signing_key:
|
112
|
+
rubygems_version: 3.6.2
|
116
113
|
specification_version: 4
|
117
114
|
summary: The management interface for Binary Authorization, a system providing policy
|
118
115
|
control for images deployed to Kubernetes Engine clusters, Anthos clusters on VMware,
|