mirror of https://github.com/hashicorp/boundary
fix(connect): do not panic on multiple `--` args (#1858)
Passthrough args looks for the an instance of -- and re-slices the arg list to pass through those args to the underlying connect exec command. However such commands may also need to parse their own '--', such as kubectl exec. This change updates the logic so that boundary arg parser only considers the first instance of '--' when deciding which args to pass to the -exec= commands. Fixes: #1857pull/1881/head
parent
d52f841d8b
commit
8279397dbb
Loading…
Reference in new issue