API Maker Features

Secrets Management

Secrets Management

A centralized place for all our secret keys.

  • Immediate effect everywhere if we do any change in
  • database connection string
  • authorization keys and methods
  • encryption/decryption algorithm and secret
  • hashing algorithm and key
  • and other settings...
Centralized place for all our secret keys
  • We can have multiple secret objects.
  • Manage separate secrets for DEV & QA & UAT & PROD.
  • Each developer has a separate secret.
  • Database connection strings are stored in the secret. While adding/updating instance you can select that from the dropdown.
  • Save secret keys like public/private keys of third-party applications, encryption/decryption algorithm names, and passwords in secret. Users can use them secretly when require.