Security & Secret Management
This is to confirm that we are integrating our Loan Management System for Skyrise Credit & Marketing Ltd for payment and E-Nach solution with AU Small Finance Bank. Our LMS is secure and can be used for API integration with AU Small Finance Bank. Our platform has undergone internal testing and is robust and secured.
Secret Management Strategy
- Runtime/ Build Time Environment Variables: All API keys are managed by using runtime/build time environment variables which are inserted into code during Docker build. No environment variables are stored in code/Docker file as all configuration management files are in .gitignore.
- Production / Development Version Access: The machine hosting the production version is IP restricted and can only be accessed via SSH.
- Multi Environment Configuration: The development and production builds are totally separate with no shared variables to prevent cross-environment leaks. They are loaded as per the environment configured during build time.
- IP Based Access-Control: Only certain machines/IPs are allowed access to the database.
- No Secret Push to VCS: We use GitHub for version control and it is configured such that if any environment variable is pushed in plaintext code, an alert is immediately issued to us via email.
- RBAC: Only select users have access to viewing/editing the environment variables.
- Encryption of Keys: All delicate API keys requiring higher security (e.g., payment gateway keys, their secrets) are encrypted using AES-256 and decrypted only when used in an API call.
- Encrypted File Access: Any certificate, private key, or similar file required for access to a 3rd Party API is stored on our private S3 bucket and cannot be accessed without the bucket’s key + secret.
- Backups: All other password backups/secret keys backups/API keys backups are done in a secure storage BitWarden which also has RBAC. All databases are backed up daily.
- Hosting Provider: We use Digital Ocean for all our hosting needs which is SOC2, SOC3, CSA, GDPR, and CBPR compliant.
© CredBrick. All rights reserved.