-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Description
We are currently developing a new feature in the User Management Tool (UMT) that integrates with Superset (Issue #191). The integration involves enabling the Superset REST API and authenticating using an admin account to obtain tokens for creating users, roles, filters, etc. A draft pull request is available for review: PR #245.
Challenge
We need a secure and scalable method to manage Superset credentials in our EKS-based deployment. Specifically, we aim to avoid exposing these credentials in:
- Source code
- values.yaml files in Helm
- Any version-controlled repository files
Current Approaches Considered
- Environment Variables (values.yaml)
- Kubernetes Secrets
- AWS Secrets Manager
Desired Solution Criteria
- Retrieve credentials from a secure storage service.
- Simplify the process of updating secrets without modifying Helm charts, possibly through kubectl or other means.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels