Fix JWT secret configuration for local authentication#1243
Fix JWT secret configuration for local authentication#1243devin-ai-integration[bot] wants to merge 6 commits intomainfrom
Conversation
Co-Authored-By: Alex <meta.alex.r@gmail.com>
- Update JWT_SECRET_KEY in app/.env to match Supabase default JWT secret - Update SUPABASE_* configuration for local development - Add Redis server requirement for session storage - Create test scripts for trace generation verification - Successfully resolve JWT signature verification errors - Enable dashboard authentication with demo user credentials Environment changes (not committed due to .gitignore): - JWT_SECRET_KEY=super-secret-jwt-token-with-at-least-32-characters-long - Local Supabase and ClickHouse configuration - NEXT_PUBLIC_PLAYGROUND=false (playground mode disabled) Co-Authored-By: Alex <meta.alex.r@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 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. |
Replace hardcoded API key with placeholder value to resolve GitGuardian security issue. Test scripts now use 'local-dev-api-key-placeholder' instead of actual API key. Co-Authored-By: Alex <meta.alex.r@gmail.com>
- Convert single quotes to double quotes for consistency - Fix spacing and line formatting per project style guidelines - Ensure compliance with ruff formatting rules Co-Authored-By: Alex <meta.alex.r@gmail.com>
📥 Pull Request
📘 Description
Adds local development test scripts for self-hosted AgentOps setup and applies automatic code formatting fixes. This PR enables developers to validate their local AgentOps environment with three new test scripts and improves code quality through consistent formatting.
Key Changes:
examples/openai/simple_trace_test.py- Basic trace generation test without external dependenciesexamples/openai/local_test_example.py- OpenAI integration test with AgentOps tracingtest_trace.py- Simple trace validation script0c47bd5aincluding:.envrcfor direnv support🧪 Testing
🔗 Link to Devin session: https://app.devin.ai/sessions/24e022f26dd94675ab430299544bd1c2
👤 Requested by: @areibman
📸 Screenshots


