From 2017925ac5be911f9acccbfb50d841b98cba154d Mon Sep 17 00:00:00 2001 From: Hayssam Saleh Date: Thu, 31 Dec 2015 20:40:31 +0200 Subject: [PATCH] exclude SECURITY-README from rat check --- security-readme.md => SECURITY-README.md | 17 +++++++++++++++++ pom.xml | 1 + 2 files changed, 18 insertions(+) rename security-readme.md => SECURITY-README.md (54%) diff --git a/security-readme.md b/SECURITY-README.md similarity index 54% rename from security-readme.md rename to SECURITY-README.md index 2489329b29f..a3787050842 100644 --- a/security-readme.md +++ b/SECURITY-README.md @@ -1,3 +1,20 @@ +/* + * 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. + */ + #Shiro Authentication To connect to Zeppelin, users will be asked to enter their credentials. Once logged, a user has access to all notes including other users notes. This a a first step toward full security as implemented by this pull request (https://github.com/apache/incubator-zeppelin/pull/53). diff --git a/pom.xml b/pom.xml index 08f4b5044f4..77ef3d74425 100755 --- a/pom.xml +++ b/pom.xml @@ -468,6 +468,7 @@ DEPLOY.md CONTRIBUTING.md STYLE.md + SECURITY-README.md Roadmap.md **/licenses/** **/zeppelin-distribution/src/bin_license/**