API Gateway

NVIDIA strongly recommends deploying the APIs behind an API Gateway, as it offers numerous benefits, including:

  • Authentication and Authorization: Simplify and centralize security enforcement across your services.

  • Rate Limiting: Protect your services from excessive traffic and ensure fair usage.

  • TLS Termination: Offload TLS termination to the gateway, improving performance and simplifying service configurations.

  • Unified Entry Point: Provides a single point of access for all application and streaming services, streamlining traffic management.

Warning

The Omniverse Application Streaming API does not implement its own authentication and authorization mechanisms. Instead, customers are expected to bring their own implementations to manage access to the API endpoints.

For detailed steps, please refer to AWS’s API Gateway Documentation or Microsoft Azure’s API Management Documentation.