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
Currently, the resolve_local_config function in the agent GQL, despite its name, only returns the auto_terminate_abusing_kernel value.
As a result, there is an issue where certain fields, including abusing_report_path, are not displayed correctly in the Backend.AI ControlPanel.
Suggestion
resolve_local_config has significant security risks.Let's deprecate this resolver and add query and mutation GraphQL (GQL) operations for abuse_report.
Impact
Client code, such as ControlPanel, that uses this API needs to be updated accordingly.
The text was updated successfully, but these errors were encountered:
Motivation
Currently, the
resolve_local_config
function in the agent GQL, despite its name, only returns theauto_terminate_abusing_kernel
value.As a result, there is an issue where certain fields, including
abusing_report_path
, are not displayed correctly in the Backend.AI ControlPanel.Suggestion
resolve_local_config
has significant security risks.Let's deprecate this resolver and addquery
andmutation
GraphQL (GQL) operations forabuse_report
.Impact
Client code, such as ControlPanel, that uses this API needs to be updated accordingly.
The text was updated successfully, but these errors were encountered: