I spent probably 15 minutes trying to figure this out until I ran into What's new in Livebook 0.7 - Livebook.dev - The Livebook Blog and actually read through it because it’s somewhat buried at the end after a video.
You add a secret, API_SECRET_KEY
, but to actually fetch it, you need to fetch LB_API_SECRET_KEY
. Is there a reason for this?
2 Likes
—skip—
I see no reason other than well intended namespacing…with confusion as result.
2 Likes
If that’s all there is to it, a simple helper text in the config modal would clarify.
This secret can be fetched with System.fetch_env!(“LB_SOME”)
@dmitriid maybe open issue marked as “usability issue”?
2 Likes
I didn’t think it warranted an issue, but I might just do that the next time I run into this 
1 Like
The issue got fixed immediately 
2 Likes