Add multitenancy testing infrastructure π©βπ§ #245
Labels
enhancement
New feature or request
multitenancy
Getting Parsec to provide isolated key stores for multiple clients based on an identity mechanism
With the various authenticators that we have and are going to have, it will be helpful to add automated testing to check that multitenancy is working securely.
As ideas for test cases:
parsec-clients
group, a client not in that group should not be able to connectparsec-clients
should be able to connectRegarding the infrastructure, these tests could be implemented in a separate GitHub Actions workflow (or more than one!), in a new top-level directory (eg
multitenancy_tests
).The text was updated successfully, but these errors were encountered: