MysteryBox is a Nebius AI Cloud service for centralized management of secrets. In the secrets, you can securely store sensitive information, such as API keys, passwords or certificates, in an encrypted form. MysteryBox allows you to avoid hardcoding sensitive data, for example, in Terraform manifests or cloud-init scripts. As a result, you eliminate vulnerabilities and maintain compliance with security. A typical workflow is to create a secret in MysteryBox and store sensitive information there. After that, you or a service account uses this secret, for instance, in a script, CI/CD pipeline, runtime application or Terraform manifest.Documentation Index
Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
MysteryBox use cases
MysteryBox supports integration with different Nebius AI Cloud resources. For instance, you can operate with secrets when working with Compute virtual machines (VMs), containers or managed services. Examples:- On a Compute VM, you create a script that uses an API key for the application configuration or third-party API access. You save this API key to a MysteryBox secret. A service account associated with the given VM launches the script and retrieves the secret with the API key.
- You create an access key to authenticate a service account in Object Storage, and you store the secret key in MysteryBox.
- Managed services of Nebius AI Cloud generate passwords and store them in MysteryBox secrets.