Skip to content

Commit

Permalink
More deploy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Aug 20, 2024
1 parent 9118c63 commit d332e30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Log in with Azure (Federated Credentials)
run: |
azd auth login `
--client-id "${{ secrets.AUTH_CLIENT_ID }}`
--client-id "${{ secrets.AUTH_CLIENT_ID }}"`
--federated-credential-provider "github" `
--tenant-id "${{ secrets.AUTH_CLIENT_SECRET }}"
shell: pwsh
Expand Down
14 changes: 0 additions & 14 deletions infra/app/ddd.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,3 @@ output defaultDomain string = containerAppsEnvironment.properties.defaultDomain
output name string = app.name
output uri string = 'https://${app.properties.configuration.ingress.fqdn}'
output id string = app.id

resource authConfig 'Microsoft.App/containerApps/authConfigs@2023-11-02-preview' = if (environment == 'dev') {
name: 'current'
parent: app
properties: {
globalValidation: {
unauthenticatedClientAction: 'RedirectToLoginPage'
}
platform: {
enabled: true
runtimeVersion: 'v2'
}
}
}

0 comments on commit d332e30

Please sign in to comment.