You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if a substring in the "secret identifier" is perceived as a substitution variable AND is not declared then Summon throws an error. This has the disastrous effect of preventing providers that accept substrings prepended with $ from ever being run.
Since Summon requires explicit declaration of substitution variables via CLI flags (see above), if there is no declaration then a substring starting with $ isn't a substitution variable.
Currently if a substring in the "secret identifier" is perceived as a substitution variable AND is not declared then Summon throws an error. This has the disastrous effect of preventing providers that accept substrings prepended with
$
from ever being run.This issue follows from @jepperson2's comment at cyberark/summon-aws-secrets#6 (comment)
The text was updated successfully, but these errors were encountered: