Administration (Admin)
The Administration module (Admin) allows external administrators to manage keys per tenant and per module in the Stormshield KMaaS database via an authenticated REST API. It allows to secure database server access during key management operations.
In this alpha version, the Admin module only allows to get and create keys.
As the authentication is mandatory, the Stormshield KMaaS first checks the related tenant configuration. It can be either:
-
User authentication with a JWT token,
-
API_key authentication with a previously declared key.
The Admin module generates logs for all the operations that it performs.
For more information on API routes, refer to the API documentation.