You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by "Nevena Veljkovic (Jira)" <ji...@apache.org> on 2019/08/22 08:34:00 UTC

[jira] [Commented] (GRIFFIN-221) API in service module is not safety

    [ https://issues.apache.org/jira/browse/GRIFFIN-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913132#comment-16913132 ] 

Nevena Veljkovic commented on GRIFFIN-221:
------------------------------------------

[~guoyp] could I take over this card? What I want to do here is to add Basic Authentication (by adding spring security bundle) to [[https://github.com/apache/griffin/blob/master/service/pom.xml]
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-security</artifactId>
    ...
</dependency>
Change then take into account user credentials defined in service's application.properties [https://github.com/apache/griffin/blob/master/service/src/main/resources/application.properties] such as
security.user.name=Admin
security.user.password=admin

> API in service module is not safety
> -----------------------------------
>
>                 Key: GRIFFIN-221
>                 URL: https://issues.apache.org/jira/browse/GRIFFIN-221
>             Project: Griffin
>          Issue Type: Improvement
>          Components: accuracy-batch
>    Affects Versions: 0.3.0-incubating
>            Reporter: Liao, Xiaoge
>            Priority: Major
>
> API in  service module is not safety, and I can get data through api without any login authentication 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)