Search Results for

    Show / Hide Table of Contents

    Key Broker Service user management

    An admin user is created using the credentials entered when the container is started. The admin user has access to all the KBS APIs and, therefore, can create other users.

    Create users

    The admin user uses the POST /users API to create other KBS users.

    POST /users

    {
      "password": "testPassword",
      "permissions": [
        "users:create",
        "users:search"
      ],
      "username": "testUser"
    }
    
    Note

    Use the docs/openapi.yml OpenAPI specification to refer to each of the APIs mentioned above to create a token, keys, etc.

    In this article
    Back to top Notice & Disclaimer