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
KevinJCross
changed the title
If the scheduler can not add a schedule then error is not returned.
If there is a problem updating or creating a policy it never gets propagated to the user
Dec 5, 2022
Subject of the issue
If a schedule is updated and there was an error then this is not propagated to the cf api.
There are 2 types of error not propagated.
Expected behaviour
The golangapi service should propagate the 400 or error response back to the cc api so the user can retry or remediate the issue.
Actual behaviour
Currently we just sweep it under the rug by ALWAYS returning 200
OK
..it does have this test which suggest this is on purpose but why ?
This was notice via code review in particular public_api_handler.go:L153-158
The text was updated successfully, but these errors were encountered: