Provide a way to select packages for individual users via configuration #50
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, the only way to select what packages a user can use is:
metadata.json
in a package. Which does not really solve this problem. This is usually only applicable to things that requires admin access.blacklist
in the authentication adapters. Which is kind of the opposite of what is suggested here.So, my thought is just to add a configuration option for this, ex.:
This will allow for doing whitelisting and blacklisting.
The text was updated successfully, but these errors were encountered: