* fix: more expressive errors Closes #22446 * fix: server only logging for untyped errors * chore: fix formatting
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
* feat(secret): transition the secret service to isolated pattern We needed a secret service handler that would be pluggable in the org service and building it right is better then doing it with messy code.