<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi <br><br>This is the proxy-server.conf<br><br>[DEFAULT]<br>cert_file = /etc/swift/cert.crt<br>key_file = /etc/swift/cert.key<br>bind_port = 8080<br>workers = 8<br>user = swift<br>[pipeline:main]<br>pipeline = healthcheck cache tempauth proxy-server<br>[app:proxy-server]<br>use = egg:swift#proxy<br>allow_account_management = true<br>[filter:tempauth]<br>use = egg:swift#tempauth<br>user_system_root = testpass .admin https://157.159.103.40:8080/v1/AUTH_system<br>[filter:healthcheck]<br>use = egg:swift#healthcheck<br>[filter:cache]<br>use = egg:swift#memcache<br>memcache_servers = 157.159.103.40:11211<br><br><br><br>when I connect to the proxy server, I can manage files<br>swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K testpass upload myfiles fichier_test<br>swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K testpass list<br><br>these are commands used i 'm logged on the proxy node to stor a file named 'fichier_test' <br>and the second is to list created containers<br><br>I want to store file without logging to the proxy server but i don't know how to do this<br><br>Thank's in advance<br><br>Best regards<br>Khaled<br><br><br><div>> Subject: Re: [Openstack] access to openstack swift cluster<br>> From: tomasz@napierala.org<br>> Date: Mon, 3 Oct 2011 16:23:44 +0200<br>> CC: btorch-os@zeroaccess.org; openstack@lists.launchpad.net<br>> To: khaled-bbk@hotmail.com<br>> <br>> <br>> On 3 paź 2011, at 15:52, Khaled Ben Bahri wrote:<br>> <br>> > Hi Marcelo,<br>> > <br>> > I followed instructions described in " http://swift.openstack.org/howto_installmultinode.html " to install swift<br>> > i think that the used for authentication is tempauth<br>> > <br>> <br>> Please paste your proxy-server.conf and exact command you are using to connect to proxy<br>> <br>> Regards,<br>> -- <br>> Tomasz 'Zen' Napierała<br>> <br>> <br>> <br>> <br>> <br></div> </div></body>
</html>