Knowledge base
Articles on specific issues/subjects
NOTE: The Vault is in development
Welcome to Elastx The Vault — a secure, S3-compatible object storage service, now available for testing. Built with compliance, security, and flexibility at its core, The Vault is ideal for secondary storage and long-term data retention.
The Vault combines scalable object storage with enterprise-grade security:
Before using Elastx The Vault, your organization must designate at least one Customer Admin User.
Request an Admin Account
An authorized manager can use Elastx Support Page or email support@elastx.se to request access for your first admin user.
Activate Your User
Once provisioned follow the instructions to activate your Elastx Identity Provider (IDP) account and setup MFA.
Use the Elastx The Vault Console to manage your The Vault configuration (only Customer Admin Users): Elastx The Vault Console
From the console you can setup and manage:
To enable other users, applications, services to access the The Vault api.
Note! Your buckets always need to be named with your organisations unique prefixed uid. I.e. <uid.bucketname>
which is provided by Elastx Support to your Authorized manager
mc alias set <alias> https://vault.elastx.cloud <accesskey> <secret>
mc mb <alias>/<uuid>.<bucketname>
You may also request WriteOnly and ReadOnly users/accounts via support@elastx.se. These users are pre-assigned with limited policies suitable for:
The S3 API is rate-limited with max 128 active sessions and 1k requests per second per source IP. This limit is quite low on purpose as the main usage of the system should be to stream large backup/archive objects and not to store millions of small objets. Hitting the limit will trigger a HTTP 429 response which most S3 clients can handle gracefully with exponential backoff.
For more complete documentation including how to manage immutability, refer to official documentation, i.e.:
Articles on specific issues/subjects