How to run Enterprise OPA with a license
To run Enterprise OPA with plugins and performance optimizations, a license is required; if no license is provided, Enterprise OPA will fallback to running as OPA.
For existing customers, please contact your customer support representative for a copy your license.
To evaluate Enterprise OPA, you can obtain a trial license by
Downloading eopa
and running
eopa license trial
in the terminal.
Using an Online License Key
To use a license key, you must set the EOPA_LICENSE_KEY
environment variable before running eopa
, e.g.
export EOPA_LICENSE_KEY=...
eopa run ...
Refer to the eopa run
CLI reference for a full list of options
Using an Offline License File
Offline license files are only available for paid licenses. Please contact your customer support representative for a copy of your offline license file.
To use the license file, you must set the EOPA_LICENSE_TOKEN
environment variable to the location of the license file, e.g.
export EOPA_LICENSE_TOKEN=<path/to/license/file>
eopa run ...
Refer to the eopa run
CLI reference for a full list of options