Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanna214 committed Nov 30, 2023
1 parent bd5c247 commit a548c88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ do not align with the types declared for an event or saga.

Maven:


```xml
<dependency>
<groupId>engineering.everest.axon</groupId>
Expand All @@ -65,8 +64,8 @@ Gradle:
```
implementation "engineering.everest.axon:crypto-shredding-extension:${version}"
```

Then configure your event serialiser to be wrapped by the crypto-shredding serializer:
1. Add implementation for `SecretKeyRepository` to persist the secret keys. Default implementation `DefaultSecretKeyRepository` can found [here](https://github.com/everest-engineering/lhotse)
2. configure your event serializer to be wrapped by the crypto-shredding serializer:

```java
@Bean
Expand Down

0 comments on commit a548c88

Please sign in to comment.