You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Brandon Barker (JIRA)" <ji...@apache.org> on 2018/06/05 21:26:00 UTC

[jira] [Comment Edited] (JCLOUDS-1424) Malformed password when attempting to connect to Openstack (Keystone V3)

    [ https://issues.apache.org/jira/browse/JCLOUDS-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502524#comment-16502524 ] 

Brandon Barker edited comment on JCLOUDS-1424 at 6/5/18 9:25 PM:
-----------------------------------------------------------------

[~andreaturli] I spoke with the cloud admin and received the following info:

 
{quote}The cloud is going to be upgraded in the next 1-2 weeks to the Queens release so these will likely change...but as of today:

Identity (Keystone) v3 - v3.8
 Compute - v2.53
 Image/Glance - v2.5
 Network - v2.0
{quote}
 

I put a demo project in the following folder; you just need to clone the repo:

[https://github.com/bbarker/ProjectGists/tree/master/Scala/jclouds-openstack-keystone-v3]

Hopefully the markdown README explains how to reproduce the problem, but do let me know if there are issues running it.

 

Best,

 


was (Author: brandon.barker@gmail.com):
[~andreaturli] I spoke with the cloud admin and received the following info:

 
{quote}The cloud is going to be upgraded in the next 1-2 weeks to the Queens release so these will likely change...but as of today:

 Identity (Keystone) v3 - v3.8
 Compute - v2.53
 Image/Glance - v2.5
 Network - v2.0
{quote}
 

I put a demo project in the following folder; you just need to clone the repo:

 

[https://github.com/bbarker/ProjectGists/tree/master/Scala/jclouds-openstack-keystone-v3]

 

Hopefully the markdown README explains how to reproduce the problem, but do let me know if there are issues running it.

 

Best,

 

> Malformed password when attempting to connect to Openstack (Keystone V3)
> ------------------------------------------------------------------------
>
>                 Key: JCLOUDS-1424
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1424
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs-openstack
>    Affects Versions: 2.1.0
>         Environment: JDK 8, Linux x86-64.
>            Reporter: Brandon Barker
>            Priority: Major
>
> Looking at the output of my http request to authenticate when using "foobar" as the password, jclouds emits {{password":"[C@2044f708"}}. This is using keystone v3.
> When I try catching the same data sent via the Python {{openstack}} command, I get this: {{"password": "foobar"}} ... which admittedly, doesn't seem ideal from a security perspective, but it does work with the openstack server we are trying to use (unlike what jclouds is sending).
> Is there a way to either 1) specify jclouds send the password in clear text (not ideal, but I don't own the openstack system) or 2) ask the openstack admins to enable a setting that would allow the jclouds password to connect?
> I've compared the rest of the post request between jclouds and python's openstack package, and I don't see any other differences.
> Crossref to stack overflow question: https://stackoverflow.com/questions/50533152/how-to-specify-password-encoding-using-jclouds-for-openstack



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)