How It Works
When you create a deployment with the Maverics Storage provider, the Console provisions a temporary S3 bucket behind the scenes. When you publish a configuration bundle, the Console uploads the signed bundle to this bucket. The Orchestrator polls the bucket for new bundles, downloads them, verifies the ECDSA signature, and applies the updated configuration.Getting Started
Select Maverics Storage
In the Console, go to Deployments. Create a new deployment or select an existing one. Under the Host Environment section, click Edit next to Configuration Storage. Select Maverics Storage from the dropdown. Click Save.
Publish Configuration
At the bottom of the deployment page, click Publish Preview. Review your configuration, then click Publish to send it to Maverics Storage.
Starting the Orchestrator
After downloading and unzipping the evaluation bundle, start the Orchestrator using the platform-specific command:- Windows
- Mac / Linux
Evaluation Bundle Contents
The evaluation bundle includes:- The Orchestrator binary for your platform
- Preconfigured environment variables (
MAVERICS_AWS_CONFIG,MAVERICS_BUNDLE_PUBLIC_KEY_FILE,MAVERICS_RELOAD_CONFIG,MAVERICS_POLLING_INTERVAL_SECONDS) - Self-signed certificates for local HTTPS
Because the bundle includes all required environment variables, you do not need to configure any config source settings manually.