[ https://issues.apache.org/jira/browse/EAGLE-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15557399#comment-15557399 ]
ASF GitHub Bot commented on EAGLE-582: -------------------------------------- Github user haoch commented on a diff in the pull request: https://github.com/apache/incubator-eagle/pull/468#discussion_r82497231 --- Diff: pom.xml --- @@ -857,6 +861,21 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>io.dropwizard</groupId> + <artifactId>dropwizard-auth</artifactId> + <version>${dropwizard.version}</version> + </dependency> + <dependency> + <groupId>javax.ws.rs</groupId> + <artifactId>javax.ws.rs-api</artifactId> + <version>${javax-ws-rs.rs-api.version}</version> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-server</artifactId> + <version>${glassfish-jersey.version}</version> --- End diff -- I think jersey-server is unnecessary? > register simple Basic Authentication to server application > ---------------------------------------------------------- > > Key: EAGLE-582 > URL: https://issues.apache.org/jira/browse/EAGLE-582 > Project: Eagle > Issue Type: Sub-task > Affects Versions: v0.5.0 > Reporter: Michael Wu > Assignee: Michael Wu > Fix For: v0.5.0 > > > simple basic authentication with just some expected username-password pairs > configured for the application. > This is one of the sub-tasks of ticket EAGLE-433, to successfully register a > simple Basic Authentication authenticator to the server application. > With this check-in, when the server is up, any access to rest api method that > has a @Auth annotation on it's User field will require correct credentials. -- This message was sent by Atlassian JIRA (v6.3.4#6332)