Skip to content

Release/v0.6.5#45

Merged
pixelotes merged 4 commits intomainfrom
release/v0.6.5
Feb 5, 2026
Merged

Release/v0.6.5#45
pixelotes merged 4 commits intomainfrom
release/v0.6.5

Conversation

@pixelotes
Copy link
Owner

This release has a few neat additions:

  • Migrated date and time queries to pytz
  • Added User access reviews (you can paste a json)
  • Added automated UARs. Without the ability to automatically query external apis present in the enterprise edition it's not very useful, except for comparing internal registers.

Access reviews are the most boring part of my job, so automating them (or at least making them less painful) makes sense for me. Main use case is to get a list of users from github or any other api, paste the json in Opsdeck and compare them with the internal users list with a single click, specifying which columns to compare.

While you can definitely do this on excel, a xls sheet won't send you alerts, or let you create an incident ticket with a single click, so this will save me hours, and I hope it saves time to others, too.

The pytz library returns the real date and time of the selected timezone in a consistent and predictable way - so I migrated to using that library. I think I managed to catch all the instances where the date library was being used. All the tests are passing so far.
@pixelotes pixelotes merged commit 25a07d4 into main Feb 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant