I'm working on implementing my fas-groups-to-discourse-groups bridge. My goal is to have this work from the message bus.
I can see that `org.fedoraproject.prod.fas.group.member.sponsor` triggers when someone is added to a group in the FAS UI. There is also `org.fedoraproject.prod.fas.group.member.approve` in the docs, but I'm not sure what triggers that (maybe nothing in the current workflow -- a holdvoer from the older account system?).
There is also `org.fedoraproject.prod.fas.group.member.remove`, but that does't seem to actually show up in datagrepper when I remove an account from a group. (Nor are there any user-related messages.)
I must be missing something obvious, here....
2023 topic bump. Anyone have any insight here? Are there _supposed_ to be message bus notifications for group remove?
And is "sponsor" the right trigger for "someone has been added"? And is "approve" something I need to handle? Are there any other paths?
On Thu, Dec 22, 2022 at 07:14:58PM -0500, Matthew Miller wrote:
I'm working on implementing my fas-groups-to-discourse-groups bridge. My goal is to have this work from the message bus.
I can see that `org.fedoraproject.prod.fas.group.member.sponsor` triggers when someone is added to a group in the FAS UI. There is also `org.fedoraproject.prod.fas.group.member.approve` in the docs, but I'm not sure what triggers that (maybe nothing in the current workflow -- a holdvoer from the older account system?).
There is also `org.fedoraproject.prod.fas.group.member.remove`, but that does't seem to actually show up in datagrepper when I remove an account from a group. (Nor are there any user-related messages.)
I must be missing something obvious, here....
-- Matthew Miller mattdm@fedoraproject.org Fedora Project Leader _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedorapro... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
On Wed, Jan 04, 2023 at 05:49:10PM -0500, Matthew Miller wrote:
2023 topic bump. Anyone have any insight here? Are there _supposed_ to be message bus notifications for group remove?
I would think so, it just doesn't seem to be implemented yet.
And is "sponsor" the right trigger for "someone has been added"? And is "approve" something I need to handle? Are there any other paths?
Currently just 3 messages: https://github.com/fedora-infra/noggin-messages/blob/dev/noggin_messages/__i...
So, we need someone to implent it in noggin and add it to the schema.
kevin --
On Thu, Dec 22, 2022 at 07:14:58PM -0500, Matthew Miller wrote:
I'm working on implementing my fas-groups-to-discourse-groups bridge. My goal is to have this work from the message bus.
I can see that `org.fedoraproject.prod.fas.group.member.sponsor` triggers when someone is added to a group in the FAS UI. There is also `org.fedoraproject.prod.fas.group.member.approve` in the docs, but I'm not sure what triggers that (maybe nothing in the current workflow -- a holdvoer from the older account system?).
There is also `org.fedoraproject.prod.fas.group.member.remove`, but that does't seem to actually show up in datagrepper when I remove an account from a group. (Nor are there any user-related messages.)
I must be missing something obvious, here....
-- Matthew Miller mattdm@fedoraproject.org Fedora Project Leader _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedorapro... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
-- Matthew Miller mattdm@fedoraproject.org Fedora Project Leader _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedorapro... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
infrastructure@lists.fedoraproject.org