logstash-filter-auth0jwt 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 634377d193e994df5be7bb9712da98a2ecfde454
4
- data.tar.gz: d4fe7e3d93001527a59af6441e7de3e1037c3a12
3
+ metadata.gz: e6e505cb4edb1caf39a4185d555723eefdc746cc
4
+ data.tar.gz: 9581a2fd547e592110f3ec54ab6a49cca9c94e71
5
5
  SHA512:
6
- metadata.gz: 563cd58d2825895529688501f55acfa0f7398b34775d4f0865262adbcf4975362c6befe8319fa33ee2abd7f56ef1a942a0b0278edbea02a7ce6315a08b169f45
7
- data.tar.gz: c827392c896a3e3398c3be4ed56995bac99c56684d01e6ea851aa5de6b10c4a6c7d8684b98c1437d6d22ae2a11ec80435b53abd0f21018dd9c20d6ae12df44b4
6
+ metadata.gz: 13279057105a6b4301bc6ec103cb5abeac269af81ba7b950a7c467181485fa73cbe70e5a3994a9c709cb00d19fba6785cc842768219bb9548111429da752ec16
7
+ data.tar.gz: f044f198efd74600474179ad354ccf90fdd244dae61a287a09ad468c0798cfff46c95d2a1dcee62a9403f64960eb7055bf828520bdae577f5aaa468286b1c974
data/README.md CHANGED
@@ -6,7 +6,7 @@ This filter validates an Auth0 JWT token, and drops an event if validation fails
6
6
 
7
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
- Also available is an optional parameter - 'purge_seconds' - for configuraing the length of time for which the cache is kept.
9
+ Also available is an optional parameter - 'purge_seconds' - for configuraing the length of time for which the cache is kept, and 'include_user_properties' to enable adding any user data from the Auth0 response body to each event.
10
10
 
11
11
  # Logstash Plugin
12
12
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-auth0jwt'
3
- s.version = '0.1.3'
3
+ s.version = '0.1.4'
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.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-auth0jwt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Price