Skip to content

Commit

Permalink
HAWKULAR-969 - Fixed context enhancer for secret store
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Jan 25, 2016
1 parent e601d03 commit eef6018
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion accounts/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015 Red Hat, Inc. and/or its affiliates
Copyright 2015-2016 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -35,6 +35,9 @@
<listener>
<listener-class>org.hawkular.accounts.common.ServletContextEnhancer</listener-class>
</listener>
<listener>
<listener-class>org.keycloak.secretstore.common.ServletContextEnhancer</listener-class>
</listener>

<security-constraint>
<web-resource-collection>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@

<properties>
<version.org.hawkular.commons>0.3.4.Final</version.org.hawkular.commons>
<version.org.keycloak.secretstore>1.0.7.Final</version.org.keycloak.secretstore>

<!-- Accounts should be the only place where the KeyCloak version is defined -->
<version.org.keycloak>1.8.0.CR1</version.org.keycloak>
Expand Down Expand Up @@ -212,6 +213,11 @@
<version>${version.org.keycloak.secretstore}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.keycloak.secretstore</groupId>
<artifactId>secret-store-undertow-filter</artifactId>
<version>${version.org.keycloak.secretstore}</version>
</dependency>

<dependency>
<groupId>org.jboss.spec.javax.websocket</groupId>
Expand Down

0 comments on commit eef6018

Please sign in to comment.