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.
-
go to dashboard-sia DB
-
Go to customers collection
-
Search for customerId (created in dashboard).
-
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.
-
-
Once injected, save document.
-
โณ 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. -
Then verify with postman if works. username + original password (not hashed)