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
Username should be optional, such that the integrated RunDeck user configuration can be utilized. The fallback currently seems to be ENV['USER'].
We can feed in property references, but unfortunately it seems there is no way to configure a sane default. I would have expected something like the below to work, but unfortunately it's a no go. Maybe I've got the interpolation syntax messed up? Who knows. "username": "${option.ssh.user!\"default_user\"}"
The text was updated successfully, but these errors were encountered:
Username should be optional, such that the integrated RunDeck user configuration can be utilized. The fallback currently seems to be
ENV['USER']
.We can feed in property references, but unfortunately it seems there is no way to configure a sane default. I would have expected something like the below to work, but unfortunately it's a no go. Maybe I've got the interpolation syntax messed up? Who knows.
"username": "${option.ssh.user!\"default_user\"}"
The text was updated successfully, but these errors were encountered: