https://github.com/akeyless-community/akeyless-ui-webhook-builder
A CLI to process recordings created using Chrome DevTools Recorder and turn them into a repeatable bash script to be used inside an Akeyless Custom Rotator
https://github.com/akeyless-community/akeyless-ui-webhook-builder
Last synced: 2 months ago
JSON representation
A CLI to process recordings created using Chrome DevTools Recorder and turn them into a repeatable bash script to be used inside an Akeyless Custom Rotator
- Host: GitHub
- URL: https://github.com/akeyless-community/akeyless-ui-webhook-builder
- Owner: akeyless-community
- License: apache-2.0
- Created: 2024-06-26T10:55:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T21:14:24.000Z (12 months ago)
- Last Synced: 2025-02-07T15:13:00.991Z (4 months ago)
- Language: Go
- Size: 455 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Akeyless UI Webhook Builder
Akeyless UI Webhook Builder is a CLI tool that processes user flow recordings captured by the Chrome DevTools recorder and creates scripts that can be used in Akeyless custom rotator webhooks.
## Installation
To install Akeyless UI Webhook Builder, you need to have Go installed on your system. Then, you can use the following command:
```bash
go install github.com/akeyless-community/akeyless-ui-webhook-builder@latest
```## Usage
To use Akeyless UI Webhook Builder, run the following command:
```bash
akeyless-ui-webhook-builder -f path/to/your/recording.json
```The tool will guide you through the process of mapping the recorded steps to the necessary fields for password rotation.
## Video

## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
Apache 2.0