fluent-plugin-jwt-filter 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/fluent-plugin-jwt-filter.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35ca92587b5a5df39f60e20e78a3f129f47f9ea9
|
4
|
+
data.tar.gz: 5ac5a446a062a7f86ea484931401430f66965d3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 607e9a9bffb0992e5b619a6721a2eada310bc9b876a09db7d05d88305293d7d21312c34c089e5c43567e1f9afa5cb0720afd58c46818dd2e962f311a48810246
|
7
|
+
data.tar.gz: b7046587cf304be9077a378cb0d4b9a40f1dbe6b5c52ea58d38ce8a529154a626a4cc2b8ce639fe0609a64a185ab6cefcecf4f43635466a2d00830d0a83a00d9
|
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
Fluent Filter plugin for encrypting and decrypting messages using JSON Web Token technology (JSON Web Encryption, JSON Web Signature and JSON Web Key). This plugin uses [json-jwt](https://github.com/nov/json-jwt) to encrypt/decrypt messages.
|
4
4
|
|
5
|
+
in_secure_forward and out_secure_forward can support encryption and authentication between fluentd instances. However, if a user intends to share their data via third party data broker like [EverySense](http://every-sense.com/en/), they may wants to encrypt their data end-to-end fashion. fluent-plugin-jwt-filter can support end-to-end (from fluentd to fluentd) encryption.
|
6
|
+
|
5
7
|
## Installation
|
6
8
|
|
7
9
|
Add this line to your application's Gemfile:
|