What is Secrets Management?
VantEdge provides secure, encrypted storage for sensitive information like API keys, database passwords, and service credentials. Secrets are stored in cloud-native secret managers (AWS Secrets Manager, GCP Secret Manager) and automatically injected into your deployments.Key Features
π Cloud-Native SecuritySecrets stored in your cloud providerβs managed services with encryption at rest and in transit. No secrets stored on VantEdge infrastructure. π₯ Role-Based Access
Workspace-level isolation with granular permissions. Only admins and owners can retrieve secret valuesβmembers can create and reference secrets without seeing actual values. π Automatic Injection
Secrets automatically injected into agent deployments, model containers, and applications as environment variables or mounted files. π Complete Audit Trail
Every secret access, creation, and modification is logged for compliance and security monitoring.
Secret Types
API TokensService-specific API keys for OpenAI, HuggingFace, Anthropic, and other platforms. Database Credentials
Connection strings, passwords, and authentication details for PostgreSQL, MongoDB, Redis, and other data stores. Service Credentials
OAuth tokens, JWT secrets, and other service authentication credentials. Generic Secrets
Any sensitive configuration values, encryption keys, or custom credentials.
Creating Secrets
Using Secrets in Deployments
Environment VariablesPermission Model
| Role | Create | View List | Retrieve Values | Update | Delete |
|---|---|---|---|---|---|
| Viewer | β | β | β | β | β |
| Member | β | β | β | β | β |
| Admin | β | β | β | β | β |
| Owner | β | β | β | β | β |
- Write-only by default (values hidden after creation)
- Admin-only value retrieval prevents accidental exposure
- Complete audit logging tracks all access
- Encryption using cloud provider services
Workspace Isolation
Integration with Deployments
Secrets automatically integrate with:- Agent deployments for API access and authentication
- Model deployments for inference service credentials
- Data sources for database and storage authentication
- Tool integrations for Slack, Gmail, and other services
Cloud Provider Support
AWS Secrets ManagerEncryption with AWS KMS, IAM-based access control, automatic rotation support, and multi-region replication. Google Cloud Secret Manager
Google-managed encryption keys, IAM policies, version management, and global access. Azure Key Vault
Coming soon with Azure Active Directory integration and FIPS 140-2 compliance.
Secrets Management provides secure credential storage with automatic injection into your AI deployments, ensuring sensitive data is protected while remaining accessible to authorized applications.