You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/07/03 14:41:57 UTC

[39/40] storm git commit: [STORM-2564] We should provide a template for storm-cluster-auth.yaml

[STORM-2564] We should provide a template for storm-cluster-auth.yaml


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/9cfb1235
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/9cfb1235
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/9cfb1235

Branch: refs/heads/1.1.x-branch
Commit: 9cfb1235945590502bb5654f9ce12395484c0a50
Parents: 097a14b
Author: liuzhaokun <li...@zte.com.cn>
Authored: Wed Jun 21 13:24:32 2017 +0800
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Jun 29 17:02:09 2017 +0900

----------------------------------------------------------------------
 conf/storm-cluster-auth.yaml.example | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/9cfb1235/conf/storm-cluster-auth.yaml.example
----------------------------------------------------------------------
diff --git a/conf/storm-cluster-auth.yaml.example b/conf/storm-cluster-auth.yaml.example
new file mode 100644
index 0000000..9ed6a19
--- /dev/null
+++ b/conf/storm-cluster-auth.yaml.example
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+########### Users should replace ${user} and ${pwd} with their own username and password
+#storm.zookeeper.auth.payload:${user}:${pwd}
\ No newline at end of file