Commit 6b59d7fa authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Code Format and Code refactor at Security Service

parent 62a965e0
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -117,9 +117,6 @@ def trusted_invokers_api_invoker_id_delete_post(api_invoker_id, body): # noqa:

    current_app.logger.info("Revoking permissions")
    res = service_security_ops.revoke_api_authorization(api_invoker_id, body)
    if res.status_code == 204:
        current_app.logger.info("Permissions revoked")
        publish_ops.publish_message("events", "API_INVOKER_AUTHORIZATION_REVOKED")
    
    return res

+121 −72

File changed.

Preview size limit exceeded, changes collapsed.