8000 Tags · hpgrahsl/kryptonite-for-kafka · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hpgrahsl/kryptonite-for-kafka

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐿️ add flink udfs for kryptonite 🔐 (#24)

* add flink udf wrappers for kryptonite

* add documentation for flink udfs

* small flink udf docs fixes

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue 13+16 (#17)

* address bug in TypeSchemaMapper

* address key identifier data type range issue

* version bump to 0.4.2 patch release

fixes #13 
fixes #16

v0.4.1

Toggle v0.4.1's commit message

v0.4.0

Toggle v0.4.0's commit message

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
experimental ksqlDB UDF (#4)

* draft support with many dragons for ksqldb UDF

* add logging and a few minor other changes

* adapt pom for logging purposes

* make all struct related fields optional as required by ksqldb

* add README for ksqlDB UDFs

* package renaming

* test package renaming

* pre-register commonly found classes in backwards compatible order while keeping registration required false for now

* bump some dependencies and add kryo community serializers

* adapt readme to reflect splitting of documentation into separate modules

* adapt readme (draft) due to splitting docs into modules

* version bump and fix

* logback version bump and renaming induced deletion

* fixed mvn dependency scopes

* move serde processor package to kryptonite and update all poms accordingly

* update documentation with pre-built download links

* fix error in configuration settings overiew table

* upgrade jackson + logback dependencies

* dependency upgrades in all modules

* minor doc updates

* maintenance updates as follows

- allow field mode to be specified separately per field
- dependency updates across all modules

* fix udfs description/version info

* update READMEs

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tink integration (#3)

* major overhaul for google tink integration

- rewrite config based on tink keysets in JSON format
- add tink's AES GCM besides the 'native' JCE impl
- add deterministic mode using tink's AEAD AES SIV primitive
- improve functional test of CipherField SMT
- further code repackaging and class renaming

* mostly doc updates and a few minor changes

* typos and other little corrections

* various dependency updates

* fix wrong config type for kms_config (string -> password)

* further improvements

- tink keyset is used for implicit key rotation support
- no need for key id in cipherfield smt decrypt config (part of payload meta data)
- azure key vault secrets based on tink keyset json spec

* further improvements regarding keysets

- change key source config and handling for remote / cloud KMS
- add prefetch support to KeyMaterialResolver and AzureKeyVault
- adapt documentation to reflect latest changes w.r.t. tink-integration

* restructure / rename mvn module and folders and bump version

v0.1.1

Toggle v0.1.1's commit message
some maintenance and small fixes

- fix null handling of struct type values with element mode for schema-aware records
- respects optional settings in accordance with original schema during schema redaction
- adapt element mode processing in schemaless record handler
- modify pom to minimize jar and exclude dsa/rsa

v0.1.0

Toggle v0.1.0's commit message
minor documentation updates

0