Currently, in codex-lb, the secret key can only be configured after deployment and is stored in local storage. This approach has a few limitations in terms of security and deployment flexibility.
It would be great to support injecting the secret key via environment variables (e.g., .env), which would:
- Improve security by avoiding reliance on local storage
- Simplify deployment and configuration
- Enable easier integration with CI/CD pipelines
Additionally, supporting web-based key login using the injected environment variable would be very helpful.
I’d be happy to open a PR to implement this—would you be open to reviewing and accepting such a contribution?