Smarter Account
Overview
The Smarter Account module provides multi-tenant account management capabilities for the Smarter platform. It enables organizations to create and manage accounts, users, and secure storage of sensitive information.
- Smarter Account: An organizational unit for grouping users and resources. An account can represent
a company, department, team, or project.
Smarter User: A Django user that belongs to a Smarter Account.
- Smarter Secret: A Django ORM-based secure storage for sensitive information like SQL connection strings and API keys.
Secrets are used by other Smarter resources to provide authentication credentials for remote services.
Usage
Note
Usage of Smarter Account and User resources is implied as part of your interaction with other Smarter resources. When you create a Smarter resource, it is automatically associated with your current Smarter Account and User.
See also
Example Manifests: An example manifest for creating a Smarter Secret using SAM.