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
When running ./cdpctl validate infra -c config.yml , encountering an error asking to please run 'az login'. I tried again and first ran this command to login to Azure and it fails with same error. Please let me know if you need additional details.
The following is the error message:
--- An Error Occured ---
An Error occured while running the "Default Security Group exists." validation.
It has the following information:
('Unhandled exception:', CredentialUnavailableError("Please run 'az login' to set up an account"))
Is anyone working on this issue? I ran into the same issue.
Well, got another question, why cdpctl needs check network security groups? This command is normally running before onboarding, and NSGs are not created during this stage. Is there any option to ignore NSG check at this stage?
When running ./cdpctl validate infra -c config.yml , encountering an error asking to please run 'az login'. I tried again and first ran this command to login to Azure and it fails with same error. Please let me know if you need additional details.
The following is the error message:
--- An Error Occured ---
An Error occured while running the "Default Security Group exists." validation.
It has the following information:
('Unhandled exception:', CredentialUnavailableError("Please run 'az login' to set up an account"))
(infra/validate_azure_security_groups.py::azure_default_security_group_exists_validation)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! _pytest.outcomes.Exit: 1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
![Screen Shot 2022-05-09 at 4 56 10 PM](https://user-images.githubusercontent.com/32777491/167632221-9fbd911d-fedb-4e15-8b90-d7f93afa6d25.png)
The text was updated successfully, but these errors were encountered: