sassoftware / pyviyatools

Python command-line tools that call the SAS Viya REST APIs - for SAS administrators.
Apache License 2.0
39 stars 31 forks source link

rule replacement functionality #173

Closed tomstarr closed 1 year ago

tomstarr commented 1 year ago

toggleviyarules.py is now able to create substitute/replacement rules for rules which are being set to be disabled. This is particularly useful when disabling OOTB assigned to Authenticated Users, yet functionality continues to be required (by service account "sasapp") for general Viya functionality.

The usage of this function would resemble this: toggleviyarules.py -f -o replace -p sasapp -ptype group --skipfirstrow

tomstarr commented 1 year ago

Assigning pull request to Gerry for review and merge.