-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert access applications to use zone-id instead of account-id #812
Comments
@piizei Are you able to please elaborate on the issue you're facing here? A production test case would be great to fully demonstrate the issue. @Justin-Holmes do you know anything about the deprecation being reverted? |
Hello, @piizei is correct that we reverted our decision to deprecate zone-level routes. In terms of next steps, I was thinking we'd support both |
Hi, provider "cloudflare" {
api_token = var.api_token
}
resource "cloudflare_access_application" "app" {
zone_id = var.dns_zone_id
name = var.target_dns
domain = var.target_dns
session_duration = "30m"
auto_redirect_to_identity = true
allowed_idps = var.allowed_idps
} Reason being that our api_tokens don't have account level access. Change introduced in 2.10.1 tries to use level access even if just zone_id is provided. This results 403 for us when terraform runs. |
Add Waiting Room status method
Hi,
Please revert changes introduced in #724 so that access resources prefer zone_id instead of account_id.
Zones path deprecation has been cancelled due the fact that you cannot create granular enough access-tokens in large enterprises without the zones. Currently we are unable to work with provider versions 2.10 forward.
Br,
Petteri
The text was updated successfully, but these errors were encountered: