Is there any work being done to integrating a token lookup service within
ES to see if a request is authorized?
I'd like to implement an angularjs application that is exposed to the
public internet, and at the same time has direct access to ES; with each
query being encapsulated with a token request and signed.
what you're looking for is a proxy which can communicate with an OAuth
provider, with an OAuth provider (such as "Google+ Sign-In", "Sign in with
Twitter", etc), verify the cookies, and pass requests between the browser
and Elasticsearch. (See this
diagram: Elasticsearch Platform — Find real-time answers at scale | Elastic)
On Tuesday, October 7, 2014 11:15:34 PM UTC+2, Zachary Buckholz wrote:
Is there any work being done to integrating a token lookup service within
ES to see if a request is authorized?
I'd like to implement an angularjs application that is exposed to the
public internet, and at the same time has direct access to ES; with each
query being encapsulated with a token request and signed.
On Tuesday, October 7, 2014 10:13:04 PM UTC-7, Karel Minařík wrote:
Hi,
what you're looking for is a proxy which can communicate with an OAuth
provider, with an OAuth provider (such as "Google+ Sign-In", "Sign in with
Twitter", etc), verify the cookies, and pass requests between the browser
and Elasticsearch. (See this diagram: Elasticsearch Platform — Find real-time answers at scale | Elastic
)
On Tuesday, October 7, 2014 11:15:34 PM UTC+2, Zachary Buckholz wrote:
Is there any work being done to integrating a token lookup service within
ES to see if a request is authorized?
I'd like to implement an angularjs application that is exposed to the
public internet, and at the same time has direct access to ES; with each
query being encapsulated with a token request and signed.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.