๐Ÿš€
ShipWithDjango Documentation
  • Welcome to ShipWithDjango Documentation
  • When and How to use ShipWithDjango?
  • Getting Started
    • Obtaining a license
    • Downloading ShipWithDjango
    • Running locally
    • Next steps
  • Platform
    • Default Configuration
    • Subnavigation
  • Theme
    • Tailwind CSS
    • Configuration
  • Secret Management
    • Default Configuration
    • Setting your environment variables
    • Third-party providers
      • Infisical
      • AWS Secrets Manager
      • Azure Key Vault
    • Order of retrieval
  • Authentication
    • Default Configuration
    • GitHub
    • LinkedIn
  • Emailing
    • Default Configuration
    • Using SendGrid
    • Using SMTP
    • Using the task queue for sending emails
  • Payments & Billing
    • Billing
    • Stripe
  • OpenAI/Dall-E
    • Default Configuration
  • API
    • Django REST framework
    • Built-in API utilities
    • Postman
  • Logging
    • Default Configuration
    • Using Sentry
    • Using Better Stack
  • Localization
    • Translations
Powered by GitBook
On this page
  1. Secret Management
  2. Third-party providers

Infisical

PreviousThird-party providersNextAWS Secrets Manager

Last updated 9 months ago

Infisical is a modern, user-friendly secret management platform designed to securely store and manage sensitive information such as API keys, passwords, and other confidential data. It helps developers and teams protect their secrets by providing a centralized, secure environment where these secrets can be stored and accessed as needed. Infisical offers features like real-time synchronization, environment-specific secrets, and seamless integration with popular development tools and workflows.

For more detailed information, you can visit the .

Infisical is a great starting point, especially since itโ€™s free and easy to use. To configure Infisical as your secrets manager, update the following settings:

SECRETS_MANAGER = 'infisical'
INFISICAL_PROJECT_ID = None  # Your Infisical project ID
INFISICAL_CLIENT_ID = None  # Your Infisical client ID
INFISICAL_CLIENT_SECRET = None  # Your Infisical client secret
INFISICAL_ENVIRONMENT = None  # The environment (e.g., 'production', 'development')
Infisical website