JAMES-2593 new objectstorage.properties for tempauth
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/fe20f76d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/fe20f76d Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/fe20f76d Branch: refs/heads/master Commit: fe20f76de596cf50cf0b46a91889575be9968f8e Parents: f96114b Author: tran tien duc <[email protected]> Authored: Mon Nov 12 11:33:42 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Thu Nov 15 20:10:34 2018 +0700 ---------------------------------------------------------------------- .../destination/conf/objectstorage.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/fe20f76d/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/objectstorage.properties ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/objectstorage.properties b/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/objectstorage.properties new file mode 100644 index 0000000..9ab4beb --- /dev/null +++ b/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/objectstorage.properties @@ -0,0 +1,11 @@ +# Configuration for swift BlobStore +objectstorage.payload.codec=DEFAULT +objectstorage.provider=swift +objectstorage.namespace=james +objectstorage.swift.authapi=tmpauth +objectstorage.swift.endpoint=http://swift:8080/auth/v1.0 +objectstorage.swift.credentials=testing +objectstorage.swift.tempauth.username=tester +objectstorage.swift.tempauth.tenantname=test +objectstorage.swift.tempauth.passheadername=X-Storage-Pass +objectstorage.swift.tempauth.userheadername=X-Storage-User \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
