v-ngu / backstage-plugin-bulletin-board

Bulletin Board is a Backstage plugin that allows you to share interesting ideas, news and links with your teammates.
MIT License
17 stars 8 forks source link

feat: add permission framework support #12

Open drodil opened 1 year ago

drodil commented 1 year ago

Add Backstage permission framework support to control who can post new / edit / see specific bulletins. See the docs from https://backstage.io/docs/permissions/plugin-authors/01-setup

Shocktrooper commented 1 year ago

Are there default permissions for this application by chance already in place? If so could they be documented somewhere

v-ngu commented 1 year ago

Unfortunately nothing is in place for the moment. I will have to work on it, unless you want to tackle the issue?