diff options
Diffstat (limited to 'archiva-docs/src/site/apt/adminguide/proxy-connectors.apt')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/proxy-connectors.apt | 51 |
1 files changed, 34 insertions, 17 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/proxy-connectors.apt b/archiva-docs/src/site/apt/adminguide/proxy-connectors.apt index b92f4e666..ad5bf1a20 100644 --- a/archiva-docs/src/site/apt/adminguide/proxy-connectors.apt +++ b/archiva-docs/src/site/apt/adminguide/proxy-connectors.apt @@ -2,22 +2,25 @@ Understanding Proxy Connector Configuration of Apache Archiva ------ -~~ 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. +~~ 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html Understanding Proxy Connector Configuration of Apache Archiva @@ -39,6 +42,18 @@ Understanding Proxy Connector Configuration of Apache Archiva A basic proxy connector configuration simply links the remote repository to the managed repository (with an optional network proxy for access through a firewall). However, the behaviour of different types of artifacts and paths can be specifically managed by the proxy connectors to make access to remote repositories more flexibly controlled. +* Proxy Connectors + +** List of proxy connectors + +[../images/proxy-connectors-list.png] + +** Configuring order + + You can configured repositories order using drag&drop + +[../images/proxy-connectors-order.png] + * Configuring policies When an artifact is requested from the managed repository and a proxy connector is configured, the policies for the connector are first consulted to decide whether @@ -61,6 +76,8 @@ Understanding Proxy Connector Configuration of Apache Archiva [] +[../images/proxy-connectors-policies.png] + * Configuring whitelists and blacklists By default, all artifact requests to the managed repository are proxied to the remote repository via the proxy connector if the policies pass. However, it can be more efficient to @@ -81,5 +98,5 @@ Understanding Proxy Connector Configuration of Apache Archiva [] - ~~TODO: walkthrough configuration +[../images/proxy-connectors-lists.png] |