7 months ago
Idk wtf is going on here.
Project ID: 4da9bec9-7877-4c7b-b514-35df9dce4ad8
Environment: debug
Each time I reload the page, and press the view icon on the variable value, it's different!!
28 Replies
7 months ago
You tried to set ${{secret()}} on a service, it can only be set within templates.
7 months ago
Iirc secret() just resolves to a random value. Had this issue recently too
this feels like a massive footgun and i'm surprised it's not documented anywhere
7 months ago
That value is mismatched as it gens a new one when you view it. Ssh in to container and echo the var to see it
7 months ago
Or, see the one your process is using…
7 months ago
Inconvenient yeah
This is good feedback. I’ve run into this and found it confusing myself. “Is this value uhh stable between restarts?”
7 months ago
Yay!
7 months ago
Was also annoyed by this <:sadcat:1408269791965478932>
I think the best behavior would be it generating when you press submit and actually storing that static value
7 months ago
I think though what brody was saying is this value is meant for templates so the starting value isn’t consistent.
Its meant to be changed not used as keygen iirc
if the feature is only meant for templates it should not work outside templates
7 months ago
^
7 months ago
Hi, this should be fixed now!
7 months ago
${{secret()}} should generate the value on save, what are you trying to do, could you record a video please?
