Our users are increasingly leveraging Python Nodes for data access.
A common challenge they’re encountering is around authenticating requests securely. As you're aware, there's currently no built-in way to pass user identity or authenticate requests within a running Python process, aside from using hardcoded credentials—something we’d like to avoid.
Could you please add any secure methods to pass authentication details to a Python/R Nodes?