You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/06/30 18:22:00 UTC

[jira] [Commented] (AMBARI-25485) Change authentication method from get to post

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

Hudson commented on AMBARI-25485:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.7 #670 (See [https://builds.apache.org/job/Ambari-branch-2.7/670/])
AMBARI-25485. Change authentication method from get to post. (#3182) (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=d8eed413d7329aba624cc6b5d35f3c677d68964a])
* (add) ambari-server/src/main/java/org/apache/ambari/server/controller/AuthRequestCreateAuthSwagger.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/api/resources/ResourceInstanceFactoryImpl.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/ControllerModule.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AbstractControllerResourceProvider.java
* (add) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AuthResourceProvider.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/spi/Resource.java
* (add) ambari-server/src/main/java/org/apache/ambari/server/api/resources/AuthResourceDefinition.java
* (add) ambari-server/src/main/java/org/apache/ambari/server/api/services/users/AuthService.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/ResourceProviderFactory.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/security/authorization/AmbariAuthorizationFilter.java


> Change authentication method from get to post
> ---------------------------------------------
>
>                 Key: AMBARI-25485
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25485
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.5
>            Reporter: Dmytro Vitiuk
>            Assignee: Dmytro Grinenko
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.6
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently we are using GET method while login:
> GET
> api/v1/users/$
> {username}
> We need to change it to post.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)