GitHub user arina-ielchiieva opened a pull request:
https://github.com/apache/drill/pull/1065
DRILL-6019: Only admin should be able to access shutdown resources anâ¦
â¦d information about process and admin users
1. Only admin should be able to access shutdown resources via REST API.
2. Modified ClusterInfo to show information about process and admin users
only when user is logged in and is admin.
3. Added drillbits comparison based on thier adress and ports to check if
drillbits are the same (DRILL-6006)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arina-ielchiieva/drill DRILL-6019
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1065.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 #1065
----
commit 2e1162b73fcecf73170d08e48c0a33b88db77ad9
Author: Arina Ielchiieva <[email protected]>
Date: 2017-12-08T11:19:40Z
DRILL-6019: Only admin should be able to access shutdown resources and
information about process and admin users
1. Only admin should be able to access shutdown resources via REST API.
2. Modified ClusterInfo to show information about process and admin users
only when user is logged in and is admin.
3. Added drillbits comparison based on thier adress and ports to check if
drillbits are the same (DRILL-6006)
----
---