Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add events to AuthorizerAdaptor #1809

Closed
nventuro opened this issue Sep 21, 2022 · 1 comment · Fixed by #2051
Closed

Add events to AuthorizerAdaptor #1809

nventuro opened this issue Sep 21, 2022 · 1 comment · Fixed by #2051
Milestone

Comments

@nventuro
Copy link
Contributor

Some actions (such as killing gauges) don't emit events - it'd be useful to get the Adaptor to emit events with target and data when triggered.

This can of course not be done natively as we cannot modify the already deployed adaptors, but we could have an external layer (an entrypoint) that is interacted with instead of the adaptor, and have it emit said events. This could prove useful if we wanted to add more features to it (such as improving the permission scheme).

@nventuro nventuro added this to the Authorizer milestone Sep 21, 2022
@nventuro
Copy link
Contributor Author

@jubeira we seem to have forgotten about this - can you add it to the entrypoint?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant