Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.9.0
-
Any. Attempting to communicate to a openstack keystone server on Ubuntu with wrong credentials
Description
When trying to communicate with a server with an invalid credentials, I will get an error that contains the username and password used in the request.
This is an important security issue as the username and password are revealed in plain text. There might be other places where sensitive information is exposed.
OUTPUT
================================================
Caused by: org.jclouds.http.HttpResponseException: request: POST https://x.x.x.x:5000/v2.0/tokens HTTP/1.1 [{"auth":{"passwordCredentials":
,"tenantName":"demo"}}] failed with response: HTTP/1.1 401 Unauthorized
at org.jclouds.openstack.nova.v2_0.handlers.NovaErrorHandler.handleError(NovaErrorHandler.java:78)