Maverics Storage is the Strata-hosted config delivery mechanism used by Console
deployments. In the Maverics Console, Orchestrator instances and configuration delivery
are managed through Deployments. When working directly with YAML, configuration
is managed as files delivered via the
-config flag or MAVERICS_CONFIG environment variable.Overview
When an Orchestrator is configured through the Maverics Console, the Console provisions Maverics Storage (a temporary S3 bucket) for each deployment. The Orchestrator downloads its configuration from this storage. Configuration bundles are cryptographically signed and verified before application, ensuring that only authentic, unmodified configuration is loaded. This config source type is called Maverics Storage and is designed for managing multiple Orchestrator instances from a single control plane — the Console handles all provisioning and delivery automatically.When using Console-managed configuration, the Orchestrator receives its configuration from the Maverics Console. You do not need to set
MAVERICS_CONFIG or any remote config source environment variable.Use Cases
- Multi-Orchestrator fleet management — manage configuration for multiple Orchestrator instances from a single Console
- Centralized config delivery — deliver configuration through the Console management plane with audit trails
- Team collaboration — enable multiple team members to author and review configuration changes through the Console UI
Getting Started with Maverics Storage
When using Maverics Storage, you download an evaluation bundle from the Console that includes everything the Orchestrator needs — the binary, preconfigured environment variables, and self-signed certificates. You do not need to configure any environment variables manually. The evaluation bundle setsMAVERICS_AWS_CONFIG, MAVERICS_BUNDLE_PUBLIC_KEY_FILE, MAVERICS_RELOAD_CONFIG, and MAVERICS_POLLING_INTERVAL_SECONDS automatically.
For step-by-step setup instructions including how to select Maverics Storage, publish configuration, and download the evaluation bundle, see Maverics Storage.
Configuration
- Console UI
- Configuration
Console UI documentation is coming soon. This section will walk you
through configuring this component using the Maverics Console’s visual
interface, including step-by-step screenshots and field descriptions.
Configuration Reference
Console-managed deployments are configured through the Console UI. There are no CLI flags or environment variables specific to this config source — the Console handles all provisioning and delivery automatically.Troubleshooting
- Orchestrator not receiving config — check network connectivity between the Orchestrator and the Maverics Console. Ensure firewalls allow outbound HTTPS traffic to the Console and to AWS S3 (used for configuration delivery).
- Conflict with other config sources — do not set
MAVERICS_CONFIGor remote config source environment variables when using Console-managed configuration.