Skip to content

Give temporary credentials to shell workflow nodes #1968

@ChausseBenjamin

Description

@ChausseBenjamin

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help us know what to work on
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request

Description

The js node has direct access to the sdk but the shell node relies on having input data passed in as either an ENV variables (which had a byte limit on Windows if I remember right) or Stdin.

Use cases

Giving temporary credentials that live for the duration of the workflow (or even just the node) could let users call anything (say a python script) with much more granular access to the data in the workflow (the same way the current js node can call sdk.requests.get("1")).

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions