Bunny.net — CDN, storage and stream
bunny/cdn · version 1
envs add bunny/cdn
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
BUNNYNET_API_KEY |
required | secret | The account-wide key, reaching pull zones, storage, DNS, stream libraries and billing. This is the one name Bunny documents, in its own Terraform provider, where it is marked sensitive.. where to get it |
BUNNY_STREAM_API_KEY |
optional | secret | Per video library, and separate from the account key. The name is convention.. where to get it |
BUNNY_STORAGE_ZONE_PASSWORD |
optional | secret | Per storage zone. Bunny says to use this rather than the account key for storage. The name is convention.. where to get it |
BUNNY_TOKEN_AUTH_KEY |
optional | secret | Signs URLs. Bunny says to keep it secret because anyone holding it can generate valid tokens, which makes a leak forge access rather than merely grant it. The name is convention.. where to get it |