mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-09-17 09:10:39 +01:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user