Greeting everyone,
We are currently using Mender Professional plan with a server hosted on mender.
On our side we have a tool hosted on AWS that will perform API calls to mender server for things such as monitoring and data confirmation between what Mender see and what we have in our own database.
For now everything work as we are using the API which use a user email/password to get a token to use for the requests.
My question can be split in multiple parts:
- Is there any way to use something that would not be related to an user? To avoid problem if the person related to the account left the company and his account was deactivated/removed.
- If the option above is not possible and creating an account for the tool is the best solution. Is there a way via API to implement password change? To ensure that the password often rotate to avoid possible security risks?
- Maybe there is already something in the pipes using AWS technology? (Secret manager, etc..) as I’ve seen other possible connections to services like IOT-core.
Thank you for your attention and assistance.