CLI Error - The access token expiry UTC time
See original GitHub issueI am receiving this error when running most CLI commands.
The access token expiry UTC time '10/19/2017 7:45:39 PM' is earlier than current UTC time '10/19/2017 11:04:07 PM'.
Environment summary
Environment - Mac
Installation Method - Brew
Version - azure-cli (2.0.19)
Attempted Fix
Brew upgrade and Brew force uninstall and re-install
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
The access token expiry UTC time is earlier than current UTC ...
I'm encountering this error during install. How can I proceed? Report-Progress : The Microsoft Azure Stack POC deployment failed.
Read more >Solved! Access token expiry error when deploying ARM ...
Access token expiry error when deploying ARM Templates in Visual Studio ... access token expiry UTC time '9/24/2018 1:12:39 AM' is earlier ...
Read more >Time Error creating anything in powershell of azure
New-AzPublicIpAddress: The access token expiry UTC time '10/21/2020 3:45:35 ... What time does a powershell command like "get-date" display?
Read more >New-AzureRmResourceGroupDeployment fails due to access ...
15:51:53 - [ERROR] New-AzureRmResourceGroupDeployment : The access token expiry UTC time 15:51:53 - [ERROR] '1/23/2017 11:51:12 PM' is earlier than current ...
Read more >Personal access tokens - GitLab Docs
GitLab runs a check at 01:00 AM UTC every day to identify personal access tokens that expire in the next seven days. The...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hmm, sorry @neilpeterson, I guess I might get confused with another on-going issue which was only repro’d inside Cloud Shell and the same error was quoted to me. If it is not your case, can you run
az account clear
and thenaz login
to see whether you get the same problem?@lostmygithubaccount, are you mapping
~/.azure
to the container?ADAL can refresh the access token when it expires. (+@rayluo) Could you check if the time of your container is correctly set up?