GitHub user anyway1021 reopened a pull request:
https://github.com/apache/incubator-eagle/pull/468
[EAGLE-582] add simple Basic Authentication registration to server applâ¦
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anyway1021/incubator-eagle EAGLE-582
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/468.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #468
----
commit df9e2b4d9cb2a10fda03b7fe9eb790026d95de30
Author: anyway1021 <[email protected]>
Date: 2016-10-01T08:18:48Z
EAGLE-582 add simple Basic Authentication registration to server application
commit 95b5feb68214bf3d18ae6224681d069ebcc564ef
Author: anyway1021 <[email protected]>
Date: 2016-10-01T08:40:56Z
modify config key from auth.basic to auth.simple
commit e899d55de7aa8e1c87cbfec26aebe32530cc24f9
Author: anyway1021 <[email protected]>
Date: 2016-10-10T03:48:18Z
remove specific info for ldap
commit 40078531f2ccc96defa78ffddc34563e2b1e7c57
Author: anyway1021 <[email protected]>
Date: 2016-10-10T03:58:40Z
remove useless commented code
commit 3774c436cfbefddcd27be2a305ab025aa6f0cda5
Author: anyway1021 <[email protected]>
Date: 2016-10-11T02:34:32Z
move authentication settings from application.conf to configuration.yml,
and modify impacted classes
commit 4fbc41dbba39ed3d684334dcddabd79f39cf8f5f
Author: anyway1021 <[email protected]>
Date: 2016-10-11T02:44:25Z
remove glassfish-jersey-server dependency for it's useless
commit d4c68b7b64bf36171ee40cc7223a29cde0c33406
Author: anyway1021 <[email protected]>
Date: 2016-10-13T07:07:08Z
move User.java from eagle-server to eagle-common project so that other sub
projects could depend on it
commit cf4bc3f07741b79e10395be77efa651114403541
Author: anyway1021 <[email protected]>
Date: 2016-10-13T07:13:21Z
add switching functionality to enable/disable only in configuration.yml,
without modifying code
commit db62a327fc85c5b57114d90e5d8b48ed0610cefe
Author: anyway1021 <[email protected]>
Date: 2016-10-13T08:03:22Z
obey checkstyle instructions
commit a863058c3d2064d4aa39439cad340e65348adce7
Author: anyway1021 <[email protected]>
Date: 2016-10-13T08:29:10Z
add new content to eagle-server/src/test/resources/configuration.yml for
unit test
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---