Hi, I'd like to manage numerous permissions by users via API.(I'm running Docker)
- each user has one symmetric key and api key
- meanwhile, each user has a limited permission such as only encrypt/decrypt
My questions
- How to map users and symmetric key/api key?
- How to set "cosmian.toml" to map it?
Please guide me