Server security options

arangod provides options to make a setup more secure.Administrators can use these options to limit access to certain ArangoDBserver functionality.

Security options for managing Foxx applications

Introduced in: v3.4.8

The following options are available for controlling the installation of Foxx applicationsin an ArangoDB server:

  • —foxx.api:If set to false, this option disables the Foxx management API, which will make itimpossible to install and uninstall Foxx applications. Setting the option to falsewill also deactivate the “Services” section in the web interface. The default value is true, meaning that Foxx apps can be installed and uninstalled.

  • —foxx.store:If set to false, this option disables the Foxx app store in ArangoDB’s web interface,which will also prevent ArangoDB and its web interface from making calls to the main Foxx application Github repository atgithub.com/arangodb/foxx-apps.The default value is true.