Commit 5f65466
fix(ci): pass fixed LANGFLOW_SECRET_KEY to both containers in migration-test (#209)
Without a shared secret key, credentials (e.g. OPENAI_API_KEY) stored by
langflow:latest are encrypted with one key and cannot be decrypted by
langflow-nightly, causing silent empty values and HTTP 500 on flow execution.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c75ad6a commit 5f65466
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| 109 | + | |
105 | 110 | | |
106 | 111 | | |
107 | 112 | | |
| |||
0 commit comments