You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior should be changed so it is explicit and doesn't result in unintentional behaviors (e.g. set variables that user would not want to set when using gftp). Additionally we need to allow users to set the gsb url in a clear way from python code level.
Change Golementrypoint so it allows users to pass gsb url without use of env variables
Change gftp storage so it only sets GSB_URL and RUST_LOG when starting gftp server
The text was updated successfully, but these errors were encountered:
As for now, yapapi is passing
GSB_URL
implicitly viaos.environ
.yapapi/yapapi/storage/gftp.py
Lines 99 to 102 in b89b132
This behavior should be changed so it is explicit and doesn't result in unintentional behaviors (e.g. set variables that user would not want to set when using gftp). Additionally we need to allow users to set the gsb url in a clear way from python code level.
Golem
entrypoint so it allows users to pass gsb url without use of env variablesgftp storage
so it only setsGSB_URL
andRUST_LOG
when startinggftp server
The text was updated successfully, but these errors were encountered: