Add a test for admin operations #309
Labels
multitenancy
Getting Parsec to provide isolated key stores for multiple clients based on an identity mechanism
security
Issues related to the security and privacy of the service
After
ListClients
is implemented and the admin features (#308), this should be tested.We could use the multitenancy test and use one of the two clients as an admin. The admin one must execute
ListClients
successfully while the other one should fail with the appropriate error. This for all authenticators supported. The infrasctruture is almost already there for that, expect that ListClients will have to be implemented first.The text was updated successfully, but these errors were encountered: