This commit is contained in:
@@ -86,7 +86,7 @@ resource "cloudflare_zero_trust_access_application" "example_zero_trust_access_a
|
||||
update = true
|
||||
}
|
||||
strictness = "strict"
|
||||
transform_jsonata = "$merge([$, {\'userName\': $substringBefore($.userName, \'@\') & \'+test@\' & $substringAfter($.userName, \'@\')}])"
|
||||
transform_jsonata = "test"
|
||||
}]
|
||||
}
|
||||
self_hosted_domains = ["test.example.com/admin", "test.anotherexample.com/staff"]
|
||||
|
||||
Reference in New Issue
Block a user