Deployment Guide (1.0.0)
Deployment Guide (1.0.0)

Image Allowlist

The Triton Allowlist Service can be used for managing the list of allowed Triton container images that can be deployed as a part of the lease.

Following are the list of operations with the Triton Allowlist Service:

  1. TritonAllowlist/Append appends a Triton container image to the list containing the allowed Triton container images.

    The server will return success or failure depending on whether the requested image could be added to the allowlist.

    Attempting to add images which are already present in the allowlist will not result in any changes.

  2. TritonAllowlist/List lists the allowed Triton container images.

    This RPC begins streaming a response once the request has been received.

    Each response message contains a Triton image that belongs to the list.

  3. TritonAllowlist/Remove removes a Triton container image from the list containing the allowed Triton container images.

    The server will return success or failure depending on whether the image could be removed from the allowlist.

© Copyright 2023, NVIDIA. Last updated on Dec 11, 2023.