logstash-filter-auth0jwt 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/logstash-filter-auth0jwt.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: 634377d193e994df5be7bb9712da98a2ecfde454
|
|
4
|
+
data.tar.gz: d4fe7e3d93001527a59af6441e7de3e1037c3a12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 563cd58d2825895529688501f55acfa0f7398b34775d4f0865262adbcf4975362c6befe8319fa33ee2abd7f56ef1a942a0b0278edbea02a7ce6315a08b169f45
|
|
7
|
+
data.tar.gz: c827392c896a3e3398c3be4ed56995bac99c56684d01e6ea851aa5de6b10c4a6c7d8684b98c1437d6d22ae2a11ec80435b53abd0f21018dd9c20d6ae12df44b4
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ This filter validates an Auth0 JWT token, and drops an event if validation fails
|
|
|
4
4
|
|
|
5
5
|
# Config
|
|
6
6
|
|
|
7
|
-
This filter one required configuration parameter - 'domain'. This maps to the value shown in the Auth0 dashboard under Clients > Settings > Domain.
|
|
7
|
+
This filter has one required configuration parameter - 'domain'. This maps to the value shown in the Auth0 dashboard under Clients > Settings > Domain.
|
|
8
8
|
|
|
9
9
|
Also available is an optional parameter - 'purge_seconds' - for configuraing the length of time for which the cache is kept.
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-filter-auth0jwt'
|
|
3
|
-
s.version = '0.1.
|
|
3
|
+
s.version = '0.1.3'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = 'Logstash filter plugin for Auth0 JWT validation.'
|
|
6
6
|
s.description = 'Logstash filter plugin for Auth0 JWT validation.'
|