Appearance
Credentials Vault
Securely store and manage client credentials such as login details, API keys, and access tokens. All data is encrypted and access is role-based.
Overview
The Credentials Vault has two tabs:
- Schemas -- define the structure of credential types
- Credentials -- store actual credentials per client
Creating a Schema
- Go to Operations > Credentials.
- Open the Schemas tab.
- Click New Schema.
- Name the schema (e.g., "Web Hosting Login").
- Add fields such as Username, Password, and URL.
- Click Save.
Storing Credentials
- Open the Credentials tab.
- Click Add Credential.
- Select the client and the schema to use.
- Fill in the field values.
- Click Save.
The credential is encrypted and stored. Only users with the appropriate role permissions can view or edit it.
Security
- All credentials are encrypted at rest.
- Access is controlled through Roles & Permissions -- configure who can view, create, or edit credentials in Settings > Roles.
