Skip to content

Commit

Permalink
Add sample deanonymize call
Browse files Browse the repository at this point in the history
  • Loading branch information
artfuldev committed Oct 7, 2024
1 parent 607e28b commit a30f0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ cat sample.txt | pii analyze
cat sample.txt | pii analyze | pii anonymize
cat sample.txt | pii analyze | curl curl -X POST -H "Content-Type: application/json" --data-binary @- http://localhost:5001/anonymize
cat sample.txt | pii analyze | pii anonymize --vaulturl "http://127.0.0.1:8200" --vaultkey "orders"
cat sample.txt | pii analyze | pii anonymize --vaulturl "http://127.0.0.1:8200" --vaultkey "orders" | pii deanonymize --vaulturl "http://127.0.0.1:8200" --vaultkey "orders"

# vault integration
./vault.sh # start and configure vault server and transit secret engine keys
Expand Down

0 comments on commit a30f0ca

Please sign in to comment.