summaryrefslogtreecommitdiff
path: root/eaaf-springboot-utils/src/test/resources/spring/test_spring_actuator.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-28 16:15:06 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-28 16:15:06 +0100
commit07dcace901880965ea4b25816500f256f17899c0 (patch)
tree6797d9af002bbf384597ea016f9c7afa021692a3 /eaaf-springboot-utils/src/test/resources/spring/test_spring_actuator.xml
parent1aafdf3bbae55b09e6d28e97281797ba9e53aad0 (diff)
parent495403c917a39fdeb3906f10ac8b997f68eb3875 (diff)
downloadEAAF-Components-07dcace901880965ea4b25816500f256f17899c0.tar.gz
EAAF-Components-07dcace901880965ea4b25816500f256f17899c0.tar.bz2
EAAF-Components-07dcace901880965ea4b25816500f256f17899c0.zip
Merge branch 'feature/hsm_facade_update_and_healthcheck' into 'nightlyBuild'
update to HSM-Facade v0.6.0 and add HealthCheck functionality See merge request egiz/eaaf_components!11
Diffstat (limited to 'eaaf-springboot-utils/src/test/resources/spring/test_spring_actuator.xml')
-rw-r--r--eaaf-springboot-utils/src/test/resources/spring/test_spring_actuator.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/eaaf-springboot-utils/src/test/resources/spring/test_spring_actuator.xml b/eaaf-springboot-utils/src/test/resources/spring/test_spring_actuator.xml
new file mode 100644
index 00000000..f41efac9
--- /dev/null
+++ b/eaaf-springboot-utils/src/test/resources/spring/test_spring_actuator.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:context="http://www.springframework.org/schema/context"
+ xmlns:tx="http://www.springframework.org/schema/tx"
+ xmlns:aop="http://www.springframework.org/schema/aop"
+ xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"
+ default-lazy-init="true">
+
+ <bean id="dummyAuthConfigMap"
+ class="at.gv.egiz.eaaf.core.test.dummy.DummyAuthConfigMap" >
+ <constructor-arg value="/config/config1.properties" />
+ </bean>
+
+ <!-- bean id="eaafKeyStoreFactory"
+ class="at.gv.egiz.eaaf.core.impl.credential.EaafKeyStoreFactory" /-->
+
+ <bean id="eaafUtilsMessageSource"
+ class="at.gv.egiz.eaaf.core.impl.logging.EaafUtilsMessageSource" />
+
+ <bean id="HsmFacadeProvider"
+ class="at.gv.egiz.eaaf.utils.springboot.actuator.HsmFacadeProviderHealthCheck"/>
+
+</beans> \ No newline at end of file