Overview
As modern data platforms evolve toward multi-cloud and multi-workspace architectures, managing sensitive credentials securely becomes critical.
Yeedu provides a centralized secrets management system that allows users to securely store and manage credentials such as:
- API keys
- Tokens
- Service account credentials
- Authentication details
Instead of embedding secrets in code, users reference them securely, and Yeedu resolves them at runtime.
Key Benefits
- Centralized credential storage
- No exposure of secrets in code
- Easy rotation and updates
- Strong governance and auditing
UI Overview
The Secrets UI provides a centralized interface to manage all secrets.
Features
- View secrets in a tabular format
- Filter by scope: User, Workspace, Tenant
- Create new secrets using + Secret
- Edit or delete existing secrets
- Track modified time and type
Tabs
- User – Personal secrets
- Workspace – Shared within workspace
- Tenant – Global secrets
Best Practices
- Never hardcode secrets
- Use workspace/tenant secrets for shared access
- Rotate secrets regularly
- Apply least-privilege access
- Use environment-based configurations