Skip to content

Commit

Permalink
try Matt's fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elayrocks committed May 2, 2024
1 parent 91fe97d commit f511643
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ services:
- ARM_TENANT_ID
- ARM_CLIENT_ID
- ARM_USE_OIDC
# - ARM_CLIENT_SECRET
- ARM_OIDC_TOKEN
- ACTIONS_ID_TOKEN_REQUEST_URL
- ACTIONS_ID_TOKEN_REQUEST_TOKEN
- ARM_OIDC_REQUEST_TOKEN
- ARM_OIDC_REQUEST_URL

# Used in the dev stack as an identifier
- TF_VAR_username=${USER}
Expand Down
1 change: 1 addition & 0 deletions deployment/terraform/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ terraform {
storage_account_name = "pctesttfstate"
container_name = "pc-test-api"
key = "pqe-apis.tfstate"
use_oidc = true
}
}

Expand Down

0 comments on commit f511643

Please sign in to comment.