Secrets management

What is the best way to use secrets? I see the “credentials” in settings, but I need to add credentials that are specific to the run I’m working on. I’m using the starter plan.

I would rather not send the credentials as inputs to the pipeline on every run. Also, when sending the credentials to the pipeline on every run, it shows them in plaintext in the browser.

Hey @ktruck! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}

  2. Make it shareable by clicking “Share” in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

Hey @ktruck - I’m assuming you’re passing the credentials to a custom node - the way our users have been doing this currently is by either using an input or hardcoding it in the custom node itself.

The custom node can only be edited by the owner so the credential remains secure if its hardcoded.

That said, we do plan on adding credential management from the credentials page in the future.

Gotcha. I don’t have the enterprise plan or anything but I would assume you could make credentials for a workgroup, and then reference these within the custom nodes.

Definitely makes sense!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.