You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: failed to update network zone: the API returned an error: Api validation failed: useAsExemptList. Causes: errorSummary: useAsExemptList: The network zone does not allow usage changes for DefaultExemptIpZone.
#2221
Open
afsalhere opened this issue
Feb 12, 2025
· 0 comments
Error: failed to update network zone: the API returned an error: Api validation failed: useAsExemptList. Causes: errorSummary: useAsExemptList: The network zone does not allow usage changes for DefaultExemptIpZone.
Getting the above error when updating DefaultExemptIpZone after successful import.
resource "okta_network_zone" "ips_to_breakglass" { name = "DefaultExemptIpZone" type = "IP" gateways = ["xx.xx.xx.xxx/32"] }
The text was updated successfully, but these errors were encountered:
Error: failed to update network zone: the API returned an error: Api validation failed: useAsExemptList. Causes: errorSummary: useAsExemptList: The network zone does not allow usage changes for DefaultExemptIpZone.
Getting the above error when updating DefaultExemptIpZone after successful import.
resource "okta_network_zone" "ips_to_breakglass" { name = "DefaultExemptIpZone" type = "IP" gateways = ["xx.xx.xx.xxx/32"] }
The text was updated successfully, but these errors were encountered: