Skip to content

Fix for issue #364 - #1045

Open
TimothyDJones wants to merge 1 commit into
StackStorm:masterfrom
TimothyDJones:fix-issue-364
Open

Fix for issue #364#1045
TimothyDJones wants to merge 1 commit into
StackStorm:masterfrom
TimothyDJones:fix-issue-364

Conversation

@TimothyDJones

@TimothyDJones TimothyDJones commented Jul 29, 2026

Copy link
Copy Markdown

Instead of checking each input parameter for '********' (as in earlier implementation), we create a copy of the entire payload, then iterate over each element of the payload. If the parameter is NOT '********', then simply use that value; otherwise, if the original value was blank/null, then use that value or delete that parameter altogether.

Instead of checking each input parameter for '********' (as in earlier
implementation), we create a copy of the *entire* payload, then iterate
over each element of the payload. If the parameter is *NOT* '********',
then simply use that value; otherwise, if the original value was
blank/null, then use that value or delete that parameter altogether.
@guzzijones guzzijones added this to the 3.10 milestone Sep 2, 2026
@guzzijones

Copy link
Copy Markdown
Contributor

This is a good fix. I have also noticed in the gui when you rerun an action with secret parameters it grabs the invalid ****** instead of leaving it to use the default. It is most annoying with core.remote where we have a private key path as a parameter secret.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants