Return-Path: X-Original-To: apmail-jclouds-user-archive@minotaur.apache.org Delivered-To: apmail-jclouds-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2706718886 for ; Mon, 7 Dec 2015 09:17:31 +0000 (UTC) Received: (qmail 30937 invoked by uid 500); 7 Dec 2015 09:17:31 -0000 Delivered-To: apmail-jclouds-user-archive@jclouds.apache.org Received: (qmail 30861 invoked by uid 500); 7 Dec 2015 09:17:30 -0000 Mailing-List: contact user-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jclouds.apache.org Delivered-To: mailing list user@jclouds.apache.org Received: (qmail 30850 invoked by uid 99); 7 Dec 2015 09:17:30 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2015 09:17:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 70F37C8516 for ; Mon, 7 Dec 2015 09:17:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id FI8ZUvzCKsGt for ; Mon, 7 Dec 2015 09:17:30 +0000 (UTC) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 8C4D542AA8 for ; Mon, 7 Dec 2015 09:17:29 +0000 (UTC) Received: by lbbcs9 with SMTP id cs9so54499694lbb.1 for ; Mon, 07 Dec 2015 01:12:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QrHwHBG/Fy9uNLHQOnhXNwyN61HZO2BArEXNS2G4tTo=; b=oQ1jJKQS6mwiGOVgcwJmP8avUcvlPJjwuE2ohwniD5AAmjmrnzan7W6nCjVo/Vrsz3 w+ck355XT2CDIpZuWm5DYSSZwIDcE6nzPdbkmK6ruoIDNiOpzWMpNJvoKZpLU+swHVfE hSLciwzA30jiMBPwNh6MDwRsS6aNvoj6uj2FtaRZr2+fFnl/+Z8QbxwkEySEZh3QD2hr bBA8W1V4IJjiSKE3nP7RLqqb4bZAJ1n8XRryxQPFkGaJ+kS8/L8GF3VTf5QjwGu8Q3fn LT/X3665ZL/GkJtYAjEPhLEjF66hihj0iyUAxUf5Snl7zdG4GHnLlsbdh5EXRfNk06t/ Iadg== MIME-Version: 1.0 X-Received: by 10.112.198.99 with SMTP id jb3mr13270543lbc.30.1449479548175; Mon, 07 Dec 2015 01:12:28 -0800 (PST) Received: by 10.112.136.73 with HTTP; Mon, 7 Dec 2015 01:12:28 -0800 (PST) Date: Mon, 7 Dec 2015 10:12:28 +0100 Message-ID: Subject: Use an existing Openstack Token From: Mop Sophia To: user@jclouds.apache.org Content-Type: multipart/alternative; boundary=001a11c34b6a940bfb05264b414b --001a11c34b6a940bfb05264b414b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Is there a way to use an existing Openstack Token to use one of Openstack API ? In the REST API, there is a way to authenticate with an existing token but I can't find it in the Keystone API :( I tried a way to "inject" my "X-Auth-Token" header in the code but I was not able to understand where I can do it. Any idea please ? Thanks, St=C3=A9phane --001a11c34b6a940bfb05264b414b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

Is there a = way to use an existing Openstack Token to use one of Openstack API ?
In the REST API, there is a way to authenticate with an existing token b= ut I can't find it in the Keystone API :(

I tried a way to= "inject" my "X-Auth-Token" header in the code but I wa= s not able to understand where I can do it.

Any idea please ?<= br>
Thanks,

St=C3=A9phane
--001a11c34b6a940bfb05264b414b--