Skip to content

Create and manage Intake users

To begin creating and managing your Intakes via the STACKIT CLI, ensure you have the following in place:

When creating a user, you must define its type and provide a strong password.

TypePurposePermissions
intakeFor data producers (applications/services) to send messages to the IntakeWrite-only access to the Intake topic.
dead-letterFor debugging purposes to read failed messages.Read-only access to the Intake’s Dead Letter Queue (DLQ) topic.

Passwords are not stored in a retrievable format. Clients are expected to keep track of the passwords on their own. For security, STACKIT enforces passwords to be strong: at least 12 characters, including lower/upper case, numbers, and special characters.

  1. Open your project in the STACKIT Portal.

  2. Navigate to Data & AI > Intake.

  3. In sidebar, click on Intakes.

  4. Click on the Intake for which you want to create a user.

  5. In the sidebar, click on Users.

  6. In the topbar, click on Create User.

  7. Fill in the fields:

    FieldDescriptionOptionsDefaultOptional
    Namea human-readable name for the userString, not longer than 32 characters
    Passwordthe password for the userString, at least 12 characters, upper / lower case, numbers, special characters
    Rolethe type of the userOne of:<br>• intake<br>• dead-letter
    Descriptiona description of the user’s purposeString, not longer than 1024 characters""x
  1. Open your project in the STACKIT Portal.

  2. Navigate to Data & AI > Intake.

  3. In sidebar, click on Intakes.

  4. Click on the Intake for which you want to view a user.

  5. In the sidebar, click on Users.

  6. Click on the user you want to view.

    You will see details about the selected Intake user.

  1. Open your project in the STACKIT Portal.

  2. Navigate to Data & AI > Intake.

  3. In sidebar, click on Intakes.

  4. Click on the Intake for which you want to view users.

  5. In the sidebar, click on Users.

    You will see a list of all Intake users for the selected Intake.

  1. Open your project in the STACKIT Portal.

  2. Navigate to Data & AI > Intake.

  3. In sidebar, click on Intakes.

  4. Click on the Intake for which you want to update a user.

  5. In the sidebar, click on Users.

  6. Click on the user you want to update.

  7. In the topbar, click on Edit User.

  8. Update the relevant fields and click on Save.

    The changes to the Intake user will be saved.

  1. Open your project in the STACKIT Portal.

  2. Navigate to Data & AI > Intake.

  3. In sidebar, click on Intakes.

  4. Click on the Intake for which you want to delete a user.

  5. In the sidebar, click on Users.

  6. Click on the three dots to the right of the user you want to delete.

  7. Click on Delete User.

  8. Confirm the deletion.

    The selected Intake user will be deleted.