Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
Stop Storing Third-Party Tokens in Your Database
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
mkconfig is a build configuration utility. It creates an output file intended to be included as a header file, run as a shell script, used as a configuration file, or any other use.
mkconfig is written in portable shell script and designed to be extensible for any configuration use.
...Use this tool to sanitize extracted configurations files before you send them to audit (Ex: TAC)
'show tech-support' is good, but sometimes you need to remove more sensitive data from the configurations
This tool will scan a folder with all its sub-folders and sanitize every file from that tree.
But it will never modify the source files, instead it will create another folder with sanitized files.
Info: The result will be another folder next to the source called "<configurations folder>_sanitized"
To change the file search filter modify "SET FILTER=" in scriptfile
To add/modify/remove sanitizer syntax edit the awk file inside bin folder
Usage: cisco-config-sanitizer.bat "<configurations folder>"
If there are sensitive data still leaking after sanitizing, please let me know.
...
awkStatistics generates statistics from csv-data with awk.
AwkStatistics is a script which is used to generate statistical data for csv data
by using awk. It takes two columns from the input file, one is used to identify
the row(option -i) and the other one is the column where the values are
taken from (option -v).
The script was designed for performance engineers to be able to analyze CSV-Data
on the fly and have a good possibility to automate the analysis process.