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
In command/agent/job_endpoint.go we have a manual conversion between api.Job and structs.Job. This has proven to be fiddly and error-prone. #10202 introduced some encoding improvements that make it possible to remove most of this code so that we can implement a few hooks for fields we want to redact and that's it.
The text was updated successfully, but these errors were encountered:
In
command/agent/job_endpoint.go
we have a manual conversion betweenapi.Job
andstructs.Job
. This has proven to be fiddly and error-prone. #10202 introduced some encoding improvements that make it possible to remove most of this code so that we can implement a few hooks for fields we want to redact and that's it.The text was updated successfully, but these errors were encountered: