Open andersevenrud opened 5 years ago
Currently, the only way to select what packages a user can use is:
metadata.json
blacklist
So, my thought is just to add a configuration option for this, ex.:
{ packages: { users: { username: { allow: ['A'], deny: ['B'] } } } }
This will allow for doing whitelisting and blacklisting.
Related issues:
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.