We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d215ab commit 21c141aCopy full SHA for 21c141a
appengine-java8/datastore-schedule-export/src/main/webapp/WEB-INF/web.xml
@@ -6,4 +6,13 @@
6
<welcome-file-list>
7
<welcome-file>index.jsp</welcome-file>
8
</welcome-file-list>
9
+ <security-constraint>
10
+ <web-resource-collection>
11
+ <web-resource-name>export</web-resource-name>
12
+ <url-pattern>/cloud-datastore-export</url-pattern>
13
+ </web-resource-collection>
14
+ <auth-constraint>
15
+ <role-name>admin</role-name>
16
+ </auth-constraint>
17
+ </security-constraint>
18
</web-app>
0 commit comments