Writing a script
Account management operations are implemented using a Python script to provide details for interaction between Bravura Security Fabric and the target application. You must write this script and include it in the <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ script\ directory on the Bravura Security Fabric server. Sample scripts agtpython-simple.py
and agtpython-sqlite.py
are located in the samples directory. If you cannot find the sample file, try re-running setup
to modify your installation. Sample files are automatically installed with complete (typical) installations. You can select them in custom installations.
Caution
Any sample script should be modified to fit your environment and prevent security exploits.
See general information about writing a Python script to support Bravura Security Fabric operations.