You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -757,7 +757,7 @@ included in the actual bundle gzipped tarball.
757
757
|`bundles[_].service`|`string`| Yes | Name of service to use to contact remote server. |
758
758
|`bundles[_].polling.min_delay_seconds`|`int64`| No (default: `60`) | Minimum amount of time to wait between bundle downloads. |
759
759
|`bundles[_].polling.max_delay_seconds`|`int64`| No (default: `120`) | Maximum amount of time to wait between bundle downloads. |
760
-
|`bundles[_].trigger`|`string` (default: `periodic`) | No | Controls how bundle is downloaded from the remote server. Allowed values are `periodic` and `manual` (`manual` triggers are only possible when using OPA as a Go package). |
760
+
|`bundles[_].trigger`|`string` (default: `periodic`) | No | Controls how bundle is downloaded from the remote server. Allowed values are `periodic` and `manual` ([`manual` triggers](./integration/#manually-triggering-bundle-reloads) are only possible when running OPA as a SDK instance from the Go package). |
761
761
|`bundles[_].polling.long_polling_timeout_seconds`|`int64`| No | Maximum amount of time the server should wait before issuing a timeout if there's no update available. |
762
762
|`bundles[_].persist`|`bool`| No | Persist activated bundles to disk. |
763
763
|`bundles[_].signing.keyid`|`string`| No | Name of the key to use for bundle signature verification. |
0 commit comments