Hello,
Plugin version: v0.23.0
Warning:
2026-04-22T14:00:00.000-0000 [WARN] secrets.azure.azure: rollback: error deleting app: appID=XXX appObjID=YYY err="Resource 'YYY' does not exist or one of its queried reference-property object are not present."
In my case, App Registration is being deleted from Azure, but the message above is being reported in log file every 1 minute. It seems WAL rollback fails indefinetely when Microsoft Graph returns this error with a non-404 status code.
I tried to restore Vault App Registration from Azure Deleted applications. Vault removes all app registration again, but messages still being reported in log files.
Suggestion: extend the status-code check in rollbackAppWAL to also pattern-match the error message body (ex.: Resource . * does not exist), or expand the list of accepted status codes
Hello,
Plugin version: v0.23.0
Warning:
2026-04-22T14:00:00.000-0000 [WARN] secrets.azure.azure: rollback: error deleting app: appID=XXX appObjID=YYY err="Resource 'YYY' does not exist or one of its queried reference-property object are not present."
In my case, App Registration is being deleted from Azure, but the message above is being reported in log file every 1 minute. It seems WAL rollback fails indefinetely when Microsoft Graph returns this error with a non-404 status code.
I tried to restore Vault App Registration from Azure Deleted applications. Vault removes all app registration again, but messages still being reported in log files.
Suggestion: extend the status-code check in rollbackAppWAL to also pattern-match the error message body (ex.: Resource . * does not exist), or expand the list of accepted status codes