CLI waiter-ssh should allow all users to specify container to SSH into
Opened this issue · 1 comments
shamsimam commented
We should add support to the waiter ssh command to allow user to specify the container:
-c, --container='': Container name. If omitted, use the waiter-app container by default
shamsimam commented
This is already available but limited only to admins:
waiter/cli/waiter/subcommands/ssh.py
Lines 180 to 183 in 8a0bd98
The default container continues to be waiter-app
.