Aws commands don't print device code in terminal with enabled --auto-login #875
Unanswered
miadzvedzeu
asked this question in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
I have config
credential_process = granted credential-process --auto-login --profile <my-profile>When I call
aws sts get-caller-identity --profile <my-profile>, it redirects me to browser and shows the device code, but terminal doesn't print anything.So I can't verify that device code from terminal and in browser is the same.
Expected Behavior
I expect the same behaviour as via manual
granted sso loginit should print:
Actual Behavior
When I call
aws sts get-caller-identity --profile <my-profile>with --auto-login flag, it redirects me to browser and shows the device code, but terminal doesn't print anything.So I can't verify that device code from terminal and in browser is the same
Reproduction Steps
Granted Logs
No response
Granted Version
OS Version Information
macOS 15.4.1
Minimal Granted & AWS Config Configuration
Additional Relevant Configuration
No response
I acknowledge that:
```) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions