[
https://issues.apache.org/jira/browse/ATLAS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15258397#comment-15258397
]
Nixon Rodrigues commented on ATLAS-661:
---------------------------------------
Patch contains changes for providing REST API level authentication:
Also, making changes in {{quick_start.py}}, {{atlas_admin.py}} &
{{import_hive.sh}} to take password argument for basic authentication.
Example command that user will have to execute :
{noformat}
./atlas_admin.py -status -p admin
./quick_start.py -p admin
{noformat}
*+Note+*: The sha256 password to be used in the {{user-credentials.properties}}
can be generated using the following command:
{noformat}
echo -n "MyP4ssw@rd" | shasum -a 256
{noformat}
> REST API Authentication
> -----------------------
>
> Key: ATLAS-661
> URL: https://issues.apache.org/jira/browse/ATLAS-661
> Project: Atlas
> Issue Type: Improvement
> Affects Versions: 0.7-incubating
> Reporter: Erik Bergenholtz
> Assignee: Nixon Rodrigues
> Priority: Critical
> Fix For: 0.7-incubating
>
> Attachments: ATLAS-661.patch
>
>
> Atlas needs to authorize the REST API invocations; as necessary requests will
> be forced to authenticate.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)