Skip to main content

Credentials Management

Displays all credentials associated with the current tenant, including their names and unique identifiers. Credentials can be removed if no longer needed, with a safeguard to confirm deletion intentions.

Credentials are specifically designed to be used within custom model connectors, enabling secure API interactions.

Features

Adding New Credentials

Facilitates the secure entry of new credentials:

  • Name Input: For identifying the credential.
  • Secret Input: Accepts the secret key for the credential, which is encrypted and stored securely. Once entered, secrets are write-only and cannot be read or retrieved from the system, ensuring data protection.

Credential Lifecycle

  • Creation: Credentials are created with an encrypted secret that remains inaccessible, ensuring they can only be used where explicitly configured, such as in model connectors.
  • Deletion: Removal of credentials is irreversible. Requires confirmation to proceed.

Security and Compliance

  • Encryption: All credentials are encrypted to ensure the security of sensitive information.
  • Restricted Access: Credentials are strictly for use in model connectors and cannot be accessed or viewed once saved.
  • Write-only: Credentials are write-only and can be used without exposing the sensitive details, aligning with best practices for secure credential management.