Skip to content

Commit

Permalink
ADD references to cosmos-hive-auth-provider from the Cosmos install a…
Browse files Browse the repository at this point in the history
…nd admin manual
  • Loading branch information
frbattid committed Jan 28, 2016
1 parent c573fde commit d1d58af
Showing 1 changed file with 20 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#<a name="top"></a>OAuth2-protected REST APIs
#<a name="top"></a>OAuth2-protected APIs

Content:<br>

* [Introduction](#section1)
* [Installation](#section2)
* [Configuration](#section3)
* [Running](#section4)
* [Administration](#section5)
* [OAuth2-protected REST APIs](#section1)
* [Installation](#section1.1)
* [Configuration](#section1.2)
* [Running](#section1.3)
* [Administration](#section1.4)
* [Other APIs protected with OAuth2](#section2)
* [HiveServer2](#section2.1)

##<a name="section1"></a>Introduction
##<a name="section1"></a>OAuth2-protected REST APIs

Many tools from Hadoop Ecosystem, and others added by Cosmos Ecosystem, expose REST APIs. These APIs are not usually secured in terms of authentication nor authorization. Even in the case they provide any means of authenticating/authorizing the users, the mechanisms for doing so may be very heterogeneous.

Expand All @@ -19,34 +21,40 @@ Generator](http://github.com/telefonicaid/fiware-cosmos/tree/develop/cosmos-auth

[Top](#top)

##<a name="section2"></a>Installation
###<a name="section1.1"></a>Installation

Please refer to this [Installation and Administration Guide](http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/PEP_Proxy_-_Wilma_-_Installation_and_Administration_Guide) in order to install Wilma PEP Proxy.

Please refer to the [installation section](http://github.com/telefonicaid/fiware-cosmos/blob/develop/cosmos-auth/README.md#installation) of the README in Github in order to install the OAuth2 Tokens Generator.

[Top](#top)

##<a name="section3"></a>Configuration
###<a name="section1.2"></a>Configuration

Please refer to this [Installation and Administration Guide](http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/PEP_Proxy_-_Wilma_-_Installation_and_Administration_Guide) in order to configure Wilma PEP Proxy.

Please refer to the [configuration section](http://github.com/telefonicaid/fiware-cosmos/blob/develop/cosmos-auth/README.md#configuration) of the README in Github in order to configure the OAuth2 Tokens Generator.

[Top](#top)

##<a name="section4"></a>Running
###<a name="section1.3"></a>Running

Please refer to this [Installation and Administration Guide](http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/PEP_Proxy_-_Wilma_-_Installation_and_Administration_Guide) in order to run Wilma PEP Proxy.

Please refer to the [running section](http://github.com/telefonicaid/fiware-cosmos/blob/develop/cosmos-auth/README.md#running) of the README in Github in order to configure the OAuth2 Tokens Generator.

[Top](#top)

##<a name="section5"></a>Administration
###<a name="section1.4"></a>Administration

Please refer to this [Installation and Administration Guide](http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/PEP_Proxy_-_Wilma_-_Installation_and_Administration_Guide) in order to administrate Wilma PEP Proxy.

Please refer to the [administration section](http://github.com/telefonicaid/fiware-cosmos/blob/develop/cosmos-auth/README.md#administration) of the README in Github in order to configure the OAuth2 Tokens Generator.

[Top](#top)
[Top](#top)

##<a name="section2"></a>Other APIs protected with OAuth2
###<a name="section2.1"></a>HiveServer2
There exist the possibility to configure custom authentication providers for Hive and its server, HiveServer2. In this sense, we have developed [cosmos-hive-auth-provider](https://github.com/telefonicaid/fiware-cosmos/tree/master/cosmos-hive-auth-provider), a OAuth2-based authentication provider. Please, check the [README](https://github.com/telefonicaid/fiware-cosmos/blob/master/cosmos-hive-auth-provider/README.md) in order to learn how to install, configure, run and use it.

[Top](#top)

0 comments on commit d1d58af

Please sign in to comment.