Correct http_cookie attribute
This commit is contained in:
parent
c9a5a3d2e3
commit
4ba93437c9
@ -29,6 +29,7 @@ resource "cloudflare_access_application" "money" {
|
||||
allowed_idps = [
|
||||
"f27ba272-b676-4ab0-b560-e4ea52b19f18", #TODO: Remove Manual Entry
|
||||
]
|
||||
http_only_cookie_attribute = true
|
||||
}
|
||||
|
||||
resource "cloudflare_access_policy" "money" {
|
||||
@ -38,8 +39,6 @@ resource "cloudflare_access_policy" "money" {
|
||||
precedence = "1"
|
||||
decision = "allow"
|
||||
|
||||
http_only_cookie_attribute = true
|
||||
|
||||
include {
|
||||
email_domain = ["@ahosking.com"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user