Hi everyone,
I recently added some Azure resources as Asset objects to gain better control over their relationships/Dependency and other relevant data for my work team.
It's crucial for us to receive a notification prior to the expiry of the secret for the Azure App Registration.
I was wondering if there's any way to automate this.
Specifically, I'm looking for an Automation to create an issue if the secret is due to expire in less than 30 days.
Thank you for your help in advance
Done!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not at the moment!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did find a way to prevent duplicates by using the {{ObjectList.Key}} in the Summary field when creating the issue. Then I could lookup active issues and use an IF statement to determine if {{lookupissues.summary}} does not contain {{ObjectList.Key}} before creating the issue.
Could probably expand on this to add comments to existing issues as reminders, set status of objects based on ExpiryDate, ignore a "Retired" status, etc. if desired.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.