FIXED: Dynamic configuration values don't work with values that start with a minus (-) #5392
lm-ydubler
started this conversation in
General
Replies: 1 comment 1 reply
-
This is not a bug but part of how flags are parsed by the CLI. To supply hyphens at the start of the kvpair value, you must indicate the end of flag processing Example 1 - Bare hyphen
Example 2 - Hyphen with text starting the kvpair value.
In this case, the CLI is processing Example 3 - Hyphen with text starting the kvpair value but using the
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It appears there is a bug on the StackStorm side when using dynamic configuration values -- StackStom can't add a value that starts with a minus sign (-) (and possibly other characters). This is a problem because lots of secret values (such as access keys, etc) can start with a minus sign (-)! It's also possible that other starting characters might result in the same error as well.
Here is the bug submission information:

Here are pictures of the bug occuring:

Here is the bug occuring when using a live secret access key:

Thanks and best.
Beta Was this translation helpful? Give feedback.
All reactions