poshbotio / PoshBot

Powershell-based bot framework
MIT License
537 stars 108 forks source link

WIP: Add NoPluginManagement, NoAccessManagement config options #140

Open RamblingCookieMonster opened 5 years ago

RamblingCookieMonster commented 5 years ago

Add NoPluginManagement and NoAccessManagement configuration options per #79

Description

Add NoPluginManagement and NoAccessManagement configuration options per #79

Boiled down: Limit the risk of potential unauthorized management of plugins and RBAC by configuring plugins and access ahead of time, and adding these configurations to prevent changes to plugins / RBAC via PoshBot.

Related Issue

79

Motivation and Context

Reduce risk. See issue and description

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

RamblingCookieMonster commented 5 years ago

Starting to work on this, if it makes sense. At the moment I've simply added the config pieces - next step is actually locking down based on someone using these in their config

devblackops commented 5 years ago

Sounds good @RamblingCookieMonster. Thanks!

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.