Skip to content

Commit

Permalink
fix: register bouncy castle (#8)
Browse files Browse the repository at this point in the history
Fix for #7
  • Loading branch information
ttschampel committed Jun 10, 2024
1 parent dfa5f52 commit 7358a8b
Show file tree
Hide file tree
Showing 3 changed files with 884 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ Components:
* Controller Services:
* [OpenTDFControllerService](./nifi-tdf-controller-services-api/src/main/java/io/opentdf/nifi/OpenTDFControllerService.java): A NiFi controller service providing OpenTDF Platform Configuration

## Example

See [An Sample NiFi FlowFile Template using ZTDF/NanoTDF Processors](./deploy/Example_ZTDF_NanoTDF.xml)

Upload and use this template in NiFi:
* Configure the OpenTDFControllerService properties
* set then OpenTDF compliant endpoint
* set OIDC Client credentials (client id and client secret)
* set the data policy (UpdateAttribute Processor)
* set the KAS URL: ConvertToZTDF , ConvertToNanoTDF processors

#### FlowChart: Generic ZTDF Nifi Flows

Expand Down
Loading

0 comments on commit 7358a8b

Please sign in to comment.