OCNORA

Google Binary Authorization

Google CloudOAuth 2.0credential probe

The management interface for Binary Authorization, a service that provides policy-based deployment validation and control for images deployed to Googl (Google OAuth2).

OCNORA ships 10 typed Google Binary Authorization operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 10

  • Create Attestor
    Creates an attestor, and returns a copy of the new attestor.
    binary_authorization.create_attestor
  • Create Policy
    Creates a platform policy, and returns a copy of it.
    binary_authorization.create_policy
  • Delete Attestor
    Deletes an attestor.
    binary_authorization.delete_attestor
  • Delete Policy
    Deletes a platform policy.
    binary_authorization.delete_policy
  • Get Attestor
    Gets an attestor. Returns NOT_FOUND if the attestor does not exist.
    binary_authorization.get_attestor
  • Get Policy
    Gets a platform policy.
    binary_authorization.get_policy
  • List Attestors
    Lists attestors. Returns INVALID_ARGUMENT if the project does not exist.
    binary_authorization.list_attestors
  • List Policies
    Lists platform policies owned by a project in the specified platform. Returns INVALID_ARGUMENT if the project or the platform doesn't exist.
    binary_authorization.list_policies
  • Replace Attestor
    Updates an attestor.
    binary_authorization.replace_attestor
  • Validate Attestation Occurrence
    Returns whether the given Attestation for the given image URI was signed by the given…
    binary_authorization.validate_attestation_occurrence

Run your first Google Binary Authorization workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.