[
https://issues.apache.org/jira/browse/KNOX-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16301887#comment-16301887
]
Dequan Chen commented on KNOX-1155:
-----------------------------------
Hello Larry,
I have tried to follow the page (
https://cwiki.apache.org/confluence/display/KNOX/Contribution+Process?fireglass_rsn=true#ContributionProcess-ContributorWorkflow&fireglass_params|&tabid=acafa9ff40123c7a&application_server_address=mc25.prod.fire.glass&popup=true&is_right_side_popup=false&start_with_session_counter=1)
to create the patch you requested. However, I encountered the access denial
as follows:
git checkout -b KNOX-1155
git push -u origin KNOX-115
fatal: remote error: access denied or repository not exported:
/knox.git
...
cd knox/gateway-service-definitions/src/main/resources/services
mkdir -p elasticsearch/1.0.0
cd elasticsearch/1.0.0
cp .../knox-services/elasticsearch/1.0.0/service.xml .
cp .../knox-services/elasticsearch/1.0.0/rewrite.xml .
git commit -am "New Knox Gateway ElasticSearch Service without Knox to do
the …
authentication but ElasticSearch Rest Server(s) to do the authentication"
git push
fatal: The current branch KNOX-1155 has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin KNOX-1155
git push --set-upstream origin KNOX-1155
Have a great day!
Best wishes,
Dequan
> New Knox Gateway Service for ElasticSearch
> ------------------------------------------
>
> Key: KNOX-1155
> URL: https://issues.apache.org/jira/browse/KNOX-1155
> Project: Apache Knox
> Issue Type: New Feature
> Components: Build, Release
> Affects Versions: 0.9.0, 0.9.1, 0.10.0, 0.11.0
> Environment: Knox Gateway Servers
> Reporter: Dequan Chen
> Assignee: Dequan Chen
> Priority: Critical
> Labels: patch
> Fix For: 1.1.0
>
> Attachments: rewrite.xml, service.xml
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> We have used a lot of Knox Gateway Services and ElasticSearch service on our
> Big Data platforms. However there are no Knox Gateway Service for
> ElasticSearch yet. In our situation, we need such a Knox Gateway Service for
> ElasticSearch without Knox to do the …
> authentication but ElasticSearch Rest Server(s) to do the authentication. As
> per our use case, we have developed such a Knox Gateway ElasticSearch Service
> (services/elasticsearch/1.0.0), and we are in a mode to share the code to the
> Apache Knox community because it has been fully tested for the following
> scenarios:
> (1) No-LDAP, Local-LDAP or company-specific-LDAP authentication in the Knox
> gateway;
> (2) Any Elasitcsearch Index - creation, deletion, refresshing and data -
> writing, updating and retrieval;
> (3) Elasticsearch node root query.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)