Skip to content

Commit

Permalink
feat: [binaryauthorization] Adds support for check-based platform pol…
Browse files Browse the repository at this point in the history
…icy evaluation to Binary Authorization Continuous Validation logs (#9768)

- [ ] Regenerate this pull request now.

feat: Adds support for communicating configuration issues that prevent Continuous Validation from monitoring pods

fix!: Remove unused unsupported_policy_event event_type from ContinuousValidationPodEvent

PiperOrigin-RevId: 557146775

Source-Link: https://togithub.com/googleapis/googleapis/commit/6c2b07fea4eeca5c55e2bb4bd732e00a299dbbea

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/828cab43a0c39a28f10317b4b5b124c735f240fa
Copy-Tag: eyJwIjoiamF2YS1iaW5hcnktYXV0aG9yaXphdGlvbi8uT3dsQm90LnlhbWwiLCJoIjoiODI4Y2FiNDNhMGMzOWEyOGYxMDMxN2I0YjViMTI0YzczNWYyNDBmYSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Aug 30, 2023
1 parent bca9597 commit e434587
Show file tree
Hide file tree
Showing 6 changed files with 5,320 additions and 584 deletions.
4 changes: 2 additions & 2 deletions java-binary-authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.19.0</version>
<version>26.22.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-binary-authorization.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-binary-authorization/1.20.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-binary-authorization/1.22.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ConfigErrorEvent",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ConfigErrorEvent$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -531,7 +549,16 @@
"allPublicClasses": true
},
{
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent$PolicyConformanceVerdict",
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent$ImageDetails$CheckResult",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent$ImageDetails$CheckResult$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
Expand All @@ -540,7 +567,7 @@
"allPublicClasses": true
},
{
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$UnsupportedPolicyEvent",
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent$ImageDetails$CheckResult$CheckSetScope",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
Expand All @@ -549,7 +576,25 @@
"allPublicClasses": true
},
{
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$UnsupportedPolicyEvent$Builder",
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent$ImageDetails$CheckResult$CheckSetScope$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent$ImageDetails$CheckResult$CheckVerdict",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent$PolicyConformanceVerdict",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
Expand Down
Loading

0 comments on commit e434587

Please sign in to comment.