summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-06-20 13:09:55 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-06-20 13:15:11 +0200
commitb38471d94959eb172e82ee102404bc669a14d96b (patch)
treed1a9e399c6c4f4bb1ee76a1b80454125cfbbd0fe /jdisc-security-filters/pom.xml
parentbf74c1a064739c123921a2e85e9427bae7019290 (diff)
Add new Athenz security filter based on ZPE
- Allow flexible configuration of filter using a resource mapper - Add helper class to extract role and identity from role certificates
Diffstat (limited to 'jdisc-security-filters/pom.xml')
-rw-r--r--jdisc-security-filters/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/jdisc-security-filters/pom.xml b/jdisc-security-filters/pom.xml
index bcee244ef69..5e8356e94f1 100644
--- a/jdisc-security-filters/pom.xml
+++ b/jdisc-security-filters/pom.xml
@@ -23,6 +23,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespa-athenz</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- test -->
<dependency>
@@ -41,6 +47,7 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+
</dependencies>
<build>