ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

Feat/poetry backend - User Administration Beta Prep - Bug fixes - Other Enhancements #23

Closed lcarcaramo closed 8 months ago

lcarcaramo commented 8 months ago

:bulb: Issue Reference

Use Poetry Build Backend Instead of Setup tools: https://github.com/ambitus/pyracf/issues/19 Fix Secrets Redaction Bug: https://github.com/ambitus/pyracf/issues/20

:computer: What does this address?

This PR includes numerous updates that at a high level gets User Administration fully ready for the Beta release, converts our build backend to Poetry, fixes some bugs, and makes a few enhancements. I will do my best to cover everything here.

:pager: Implementation Details

I think that is it.

:clipboard: Is there a test case?

Running the unit tests should show that everything works properly. As noted for the Poetry conversion, this has been validated, but the Jenkins build currently does not work because of a system configuration issues as noted above.

Please let me know if you have any question or if there are any issues.