feat: Add demo accounts flow Basiq -> Neon -> UI - #4
Conversation
- Add Neon project (smart-gl) with demo_accounts table - Add API endpoint /demo/demo-accounts fetching from Neon - Add DSPY generators for demo accounts service and UI - Add DemoAccountsPanel component with source info - Update bank-feeds page to show demo accounts as additional (not overriding) - Add pgvector extension to migrations
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 30467722 | Triggered | PostgreSQL Credentials | ab3c012 | apps/api/services/demo_accounts_service.py | View secret |
| 30467723 | Triggered | Generic Password | ab3c012 | apps/api/scripts/generate_demo_merchant.py | View secret |
| 30467724 | Triggered | Generic Password | ab3c012 | apps/api/scripts/generate_basiq_tests.py | View secret |
| 30467725 | Triggered | Username Password | ab3c012 | apps/api/services/basiq_accounts_test.py | View secret |
| 30467726 | Triggered | Generic Password | ab3c012 | apps/api/scripts/generate_basiq_tests.py | View secret |
| 30467727 | Triggered | Generic Password | ab3c012 | apps/api/scripts/generate_demo_merchant.py | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
| import os | ||
| import dspy | ||
| import asyncio | ||
| import re |
| import os | ||
| import base64 | ||
| import asyncio | ||
| from typing import Any, Optional |
|
|
||
|
|
||
| if __name__ == "__main__": | ||
| import asyncio |
| """ | ||
| Tests for DSPY-generated BasiqClient (basiq_enhanced.py) | ||
| """ | ||
| import asyncio |
| Tests for DSPY-generated BasiqClient (basiq_enhanced.py) | ||
| """ | ||
| import asyncio | ||
| import os |
Summary
/demo/demo-accountsfetching from Neon databaseDemo Accounts (Basiq Sandbox - Hooli Bank)
Source Information Displayed
Testing