Skip to content

Commit 35912a6

Browse files
committed
add client_certificate_mode
1 parent e46441d commit 35912a6

File tree

1 file changed

+2
-1
lines changed
  • infrastructure/adminservices-test/altinn-apim-test-rg

1 file changed

+2
-1
lines changed

infrastructure/adminservices-test/altinn-apim-test-rg/backend.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ resource "azurerm_container_app" "container_app" {
3737
ingress {
3838
allow_insecure_connections = false
3939
target_port = 8080
40-
transport = "http"
40+
transport = "auto"
4141
external_enabled = true
42+
client_certificate_mode = "ignore"
4243
traffic_weight {
4344
percentage = 100
4445
latest_revision = true

0 commit comments

Comments
 (0)