[
https://issues.apache.org/jira/browse/JAMES-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209888#comment-17209888
]
ASF GitHub Bot commented on JAMES-3400:
---------------------------------------
mbaechler commented on a change in pull request #251:
URL: https://github.com/apache/james-project/pull/251#discussion_r501332173
##########
File path: src/adr/0042-james-cli-based-on-webadmin.md
##########
@@ -0,0 +1,75 @@
+# 42. James CLI based on webadmin API
+Date: 2020-10-05
+
+## Status
+Accepted (lazy consensus).
+
+ ## Context
+
+James servers offer a command-line interface in order to interact with the
server. However, it relies on the JMX protocol, which is known to be insecure.
The JMX server embedded in Apache James, also used by the command line client
is exposed to a java de-serialization issue according to [NVD-CVE-2017-12628
Detail](https://nvd.nist.gov/vuln/detail/CVE-2017-12628), and thus can be used
to execute arbitrary commands.
+
+Besides, the current CLI interface is also not optimal for users. It places
actions in front of entities with contiguous syntax, making it harder for the
user to remember the command (for example, which entity the GET action command
can interact with). If we design to place the entity first and the outgoing
actions can interact with that entity afterward, the user will easily imagine
what he/she can do with each entity. This creates an intuitive interface that
is easier to remember.
+
+Webadmin APIs use HTTP protocol, which is more secure than JMX protocol to
interact with James servers.
+
+Webadmin command-line interface is an upcoming replacement for the outdated,
security-vulnerable JMX command-line interface.
+
+## Decision
+
+We decided to write a new CLI client, running on top of the JVM, communicating
with James via the webadmin protocol, using http.
+
+* What libraries will we use?
Review comment:
It's just too many details, as far as I know we never wrote an ADR about
our libraries choices.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Develope new James CLI based on WebAdmin API
> --------------------------------------------
>
> Key: JAMES-3400
> URL: https://issues.apache.org/jira/browse/JAMES-3400
> Project: James Server
> Issue Type: Improvement
> Components: CLI
> Reporter: Tran Hong Quan
> Priority: Major
>
> Webadmin command-line interface is an upcoming replacement for the outdated,
> security-vulnerable JMX command-line interface. It also aims at providing a
> more modern and intuitive interface.
> For now, objective for the new CLI is interact with Domains, Users.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]