Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For a quick view of any changes in configuration file options in maintenance rel
| `:expire_delta` | Default interval for timestamps. Tokens will be generated using the same timestamp for this interval of time. THIS VALUE CANNOT BE LOWER THAN EXPIRE_MARGIN. |
| `:expire_margin` | Tokens will be generated if time > EXPIRE_TIME - EXPIRE_MARGIN |

The `:server` section is passed directly to the Sinatra OneGate server. Any Sinatra setting supported by the version shipped with OpenNebula can be defined under this key. For example, in addition to `:bind` and `:port`, advanced deployments may configure other Sinatra options in the same section, such as `:host_authorization`:
The `:server` section is passed directly to the Sinatra OneGate server. Any Sinatra setting supported by the version shipped with OpenNebula can be defined under this key. For the list of available settings, see the [Sinatra configuration documentation](https://sinatrarb.com/configuration.html). For example, in addition to `:bind` and `:port`, advanced deployments may configure other Sinatra options in the same section, such as `:host_authorization`:

```yaml
:server:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The OpenNebula team is excited to announce the availability of the **OpenNebula
## API and CLI

* **Dynamic VM Group Management**: New CLI commands `onevm vmgroup-add` and `onevm vmgroup-del` allow adding or removing VMs from a [VM Group]({{% relref "affinity.md#dynamic-vmg" %}}) dynamically.
* **OneGate Sinatra Configuration**: OneGate now exposes the Sinatra server configuration through the `:server` section in `onegate-server.conf`, allowing administrators to customize supported Sinatra settings such as host authorization.

## KVM

Expand Down
Loading