Skip to content

Commit

Permalink
For the elasticsearch alerter and plugin:
Browse files Browse the repository at this point in the history
- defer to metrics ear and remove some config files from the wars
- remove security-constrain from web.xml
  • Loading branch information
jshaughn committed Mar 30, 2017
1 parent fdd9349 commit 61549fa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 122 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,4 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">

<security-constraint>
<web-resource-collection>
<web-resource-name>REST endpoints</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>*</role-name>
</auth-constraint>
</security-constraint>

<login-config>
<auth-method>BASIC</auth-method>
<realm-name>ApplicationRealm</realm-name>
</login-config>

<security-role>
<role-name>read-write</role-name>
</security-role>
<security-role>
<role-name>read-only</role-name>
</security-role>

</web-app>

This file was deleted.

This file was deleted.

0 comments on commit 61549fa

Please sign in to comment.