Smarter Secret

Overview

The Smarter Secret module provides secure storage capabilities for the Smarter platform, with seamless integration to Smarter resources that rely on sensitive information for authentication and connectivity.

  • 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.

Example Smarter Secret Manifest
apiVersion: smarter.sh/v1
kind: Secret
metadata:
  accountNumber: 3141-5926-5359
  annotations: []
  description: an example secret manifest for the Smarter API Secret
  name: example_secret
  tags:
    - example
    - secret
  username: admin
  version: 1.0.0
spec:
  config:
    description: salesforce.com api key
    expiration_date: 2026-06-05
    value: <** your unencrypted credential value **>

Technical Reference