https://github.com/wallix/b2ac
Bastion to Admin Center Configuration Converter
https://github.com/wallix/b2ac
bastion configuration wallix
Last synced: 15 days ago
JSON representation
Bastion to Admin Center Configuration Converter
- Host: GitHub
- URL: https://github.com/wallix/b2ac
- Owner: wallix
- License: apache-2.0
- Created: 2019-09-29T15:43:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T10:15:20.000Z (over 6 years ago)
- Last Synced: 2025-11-12T11:03:55.679Z (8 months ago)
- Topics: bastion, configuration, wallix
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# b2ac
Bastion to Admin Center Configuration Converter
This script use the WALLIX Bastion REST API to export the Bastion configuration into a file which can be imported in WALLIX Admin Center.
It requires Python 3.7 or higher.
```
b2ac.py -h
usage: Generate a configuration file for WALLIX admin center from a live bastion.
[-h] [-c] -H HOST [-u USER] [-p PASSWORD] [-o OUTPUT]
optional arguments:
-h, --help show this help message and exit
-c, --credentials retrieve account credentials; required
credential_recovery rights and 'Credential recovery'
REST API option
-H HOST, --host HOST bastion host
-u USER, --user USER bastion user's name
-p PASSWORD, --password PASSWORD
bastion user's password
-o OUTPUT, --output OUTPUT
wac output file
```