Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use service principal in deployment #154

Merged
merged 2 commits into from
Mar 7, 2023
Merged

Use service principal in deployment #154

merged 2 commits into from
Mar 7, 2023

Conversation

lossyrob
Copy link
Contributor

@lossyrob lossyrob commented Mar 7, 2023

This reverts changes to using a federated identity, as that method hasn't been working for our CI deploy. Mounting
the ~/.azure directory into the container did not work
for containerized deployment. We'll continue to use
a service principal for this.

Tom Augspurger and others added 2 commits March 7, 2023 15:22
This reverts changes from #120, #140, #151, and #152. Mounting
the ~/.azure directory into the container did not work
for containerized deployment. We'll continue to use
a service principal for this.
@@ -100,31 +100,6 @@ module "batch_pool_d3_v2_landsat" {
subnet_id = module.resources.batch_nodepool_subnet
}

module "batch_pool_d3_v3_modis" {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also removing unused batch pool that had been deleted from the batch account manually.

@lossyrob lossyrob merged commit 61408b9 into main Mar 7, 2023
@lossyrob lossyrob deleted the fix/rde/deploy branch March 7, 2023 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants