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
The authentik_flow_stage_binding resource is missing the options to enable "Evaluate when stage is run". Currently, only evaluate_on_plan exists, which is labeled as optional and defaults to true, but setting it to false causes an error since no "Evaluate when *" option is set:
Error: HTTP Error '400 Bad Request' during request 'PUT /api/v3/flows/bindings/1e108668-f0f7-4931-aab4-7c620ea080fa/': "{"non_field_errors":["Either evaluation on plan or evaluation on run must be enabled"]}"
The text was updated successfully, but these errors were encountered:
The field you're looking for is re_evaluate_policies (we changed the name in the UI to make more sense but the field still has the same name under the hood in the database, API and in terraform)
suggestion: might be worth it to change at least the terraform variable to something like evaluate_on_run for the same reason of making it "make more sense" and be more intuitive/in-line with evaluate_on_plan.
The
authentik_flow_stage_binding
resource is missing the options to enable "Evaluate when stage is run". Currently, onlyevaluate_on_plan
exists, which is labeled as optional and defaults totrue
, but setting it tofalse
causes an error since no "Evaluate when *" option is set:The text was updated successfully, but these errors were encountered: