cloudbreak
cloudbreak copied to clipboard
CB-17544 Create separate machine user and access key for monitoring.
See detailed description in the commit message.
I double checked the UMS code and they delete roles and access keys after the machine user is deleted as they say in the official documentation.
I double checked the UMS code and they delete roles and access keys after the machine user is deleted as they say in the official documentation.
i meant the UMS cleanup job, but i have missed this in the line: name.startsWith("datalake-monitoring"), so it's fine, we are good
@lacikaaa I fixed the change based on your suggestions. I created a separate ticket for the secret migration into different table since it would be a bigger effort.