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. - :doc:`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. .. literalinclude:: ../example-manifests/secret.yaml :language: yaml :caption: Example Smarter Secret Manifest Technical Reference ------------------- .. toctree:: :maxdepth: 1 secret/api secret/admin secret/caching secret/const secret/manifest secret/models secret/receivers secret/resources secret/serializers secret/signals secret/templatetags secret/tasks secret/urls secret/views