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
with version 31 I am seeing this being output in the terminal:
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:
aws help
aws <command> help
aws <command> <subcommand> help
aws: error: the following arguments are required: command
and then when I go to make a list pods call I get a 403 error as an unknown user
And on version 29 I do not see the above output and authentication works as desired.
I believe this is due to the following change: 2dfa782
which is causing all arguments following the first one to be dropped.
Recent change to auth'ing with ExecProvider broke my ability to auth.
This is what my k8's config looks like:
I tested this with version 31 and 29
with version 31 I am seeing this being output in the terminal:
and then when I go to make a list pods call I get a 403 error as an unknown user
And on version 29 I do not see the above output and authentication works as desired.
I believe this is due to the following change: 2dfa782
which is causing all arguments following the first one to be dropped.
https://docs.python.org/3/library/subprocess.html#frequently-used-arguments
Let me know if you need any more information. I'm not too sure on the implications this would have for Windows users
Thanks
The text was updated successfully, but these errors were encountered: