Skip to content

Commit

Permalink
Add login prior to cco utility commands for azure deployments
Browse files Browse the repository at this point in the history
Signed-off-by: Coady LaCroix <[email protected]>
  • Loading branch information
clacroix12 committed Jan 8, 2025
1 parent 1f072e0 commit c641627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/deployment/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def sts_setup(self):
cco.set_credentials_mode_manual(install_config)
cco.set_resource_group_name(install_config, self.cluster_name)
cco.create_manifests(self.installer, cluster_path)
self.azure_util.az_login()
cco.process_credentials_requests_azure(
self.cluster_name,
config.ENV_DATA["region"],
Expand Down

0 comments on commit c641627

Please sign in to comment.