CCF
CCF copied to clipboard
Follow-ups for redirection support
#6050 provides a working implementation of forwarding, but there's a few things that I've delayed for future PRs:
- [x] Removing the custom
is_createflag. I think the special/createendpoint can be given appropriate flags so that it is always executed locally, and doesn't need a custom flag. #6096 - [x] Revisit fallback to local execution. This was added to the redirection path for parity with the forwarding path. I believe hope it can be removed, but we may currently depend on it during unit tests or early-lifecycle execution. #6097
- [x] Clarify interaction of
set_forwarding_requiredandset_redirection_strategy. We currently derive the latter from the former, need to make sure we do that safely, as we move towards deprecation of the former. - [x] Improve documentation. The auto-generated host schema docs don't give much detail on the new fields, need to expand what they show. #6095
- [ ] Add
to_backupforwarding option. No explicit demand for this, but should be easy to add for balance. - [x] Add sample of JS app configuration.