Skip to content

jp-ayyappan/dsp-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtru Data Security Platform Utils

License: MIT

Utility scripts and tools for Virtru Data Security Platform infrastructure management, including Keycloak administration, gRPC UI tools, and comprehensive Postman API collections.

Contents

grpcui/

Scripts for running gRPC UI tools:

  • runGRPCUI.sh - Bash script for running gRPC UI
  • runGRPCUI.ps1 - PowerShell script for running gRPC UI

keycloak/

Tools for managing Keycloak instances:

  • keycloak_admin.py - Comprehensive admin tool for clients, users, and attributes
  • requirements.txt - Python dependencies

postman/

Postman collections for Data Security Platform APIs:

  • virtru-data-security-platform-grpc-apis.postman_collection.json - Comprehensive gRPC API collection
  • Includes Tagging PDP, Policy Artifact, and NanoTDF Rewrap services

Setup

Keycloak Python Scripts

  1. Create and activate a virtual environment:
cd keycloak
python3 -m venv venv
source venv/bin/activate  # On macOS/Linux
  1. Install dependencies:
pip install -r requirements.txt
  1. Configure your Keycloak connection (see keycloak/README.md)

Usage

See individual directories for specific usage instructions:

License

MIT License - see LICENSE file for details.

Legal & Trademarks

All trademarks and registered trademarks are the property of their respective owners. No affiliation, sponsorship, or endorsement is implied, and no permissions have been sought for trademark use. Scripts and documents in this repository are provided “as is,” without warranties or guarantees of any kind. Upstream services may change; while reasonable efforts may be made to keep interfaces up to date, compatibility is not guaranteed.

About

Utility scripts for DSP infrastructure management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors