Skip to content

Customer Creation in ILยถ

New dashboard doesn't support username/password API login. This is a short guide how to create a customer in dashboard and inject username/password to enable API.

Customer Creationยถ

Go to dashboard: https://dashboard.il.unibeam.com/

Create new customer ๐Ÿญ

Then go to Atlas (cloud.mongodb.com) via mirosoft SSO. โ˜

Go to Unibeam > il-lz > Databases

Browse collections.

  1. go to dashboard-sia DB

  2. Go to customers collection

  3. Search for customerId (created in dashboard).

  4. update document by adding:

    • username = choose any

    • password = choose password and hash it (https://emn178.github.io/online-tools/sha3_256.html). make it uppercase.

  5. Once injected, save document.

  6. โณ Then, need to wait for schdule-job (export-customers-from-mongo-to-kafka-cronjob). it runs every 5 minutes or you can trigger it manually if you have access to server.

  7. Then verify with postman if works. username + original password (not hashed) ๐ŸŽ‰