Skip to content

Commit

Permalink
Add sample interacting with presidio
Browse files Browse the repository at this point in the history
  • Loading branch information
artfuldev committed Oct 7, 2024
1 parent 74aa12a commit 73da4ef
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 @@ -39,6 +39,7 @@ pii anonymize --text "My name is Don Stark and my phone number is 212-555-5555"
pii analyze < sample.txt
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"

# vault integration
Expand Down

0 comments on commit 73da4ef

Please sign in to comment.