Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

CLI waiter-ssh should allow all users to specify container to SSH into #1637

Open
shamsimam opened this issue Sep 2, 2022 · 1 comment
Open

Comments

@shamsimam
Copy link
Contributor

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
Copy link
Contributor Author

This is already available but limited only to admins:

if is_admin_enabled():
parser.add_argument('--container-name', '-c',
help='specify the container name you want to ssh into. Defaults to "waiter-app". Has no '
'effect if instance is not k8s pod.')

The default container continues to be waiter-app.

@shamsimam shamsimam changed the title Waiter-ssh should allow specifying container to SSH into CLI waiter-ssh should allow all users to specify container to SSH into Sep 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant