Merge pull request #162 from 1Password/chas/1793-scim-bridge-health-check-responding-with-307

Update health check path to /app to avoid 307 redirect
This commit is contained in:
De Ville Weppenaar
2021-12-10 11:30:51 -08:00
committed by GitHub

View File

@@ -169,7 +169,7 @@ resource "aws_lb_target_group" "target_group_http" {
vpc_id = data.aws_vpc.default.id
health_check {
matcher = "200,301,302"
path = "/"
path = "/app"
}
}