Skip to content

Commit

Permalink
Remove another auth related setting
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Aug 20, 2024
1 parent f86a5e8 commit 02df106
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions infra/app/ddd.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ resource app 'Microsoft.App/containerApps@2023-05-02-preview' = {
identity: identity.id
}
]
secrets: [
{
name: 'client-secret'
value: authClientSecret
}
]
}
template: {
containers: [
Expand Down

0 comments on commit 02df106

Please sign in to comment.