You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

customising-security.apt 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. -----
  2. Archiva Security Configuration
  3. -----
  4. -----
  5. 2011-09-16
  6. -----
  7. ~~ Licensed to the Apache Software Foundation (ASF) under one
  8. ~~ or more contributor license agreements. See the NOTICE file
  9. ~~ distributed with this work for additional information
  10. ~~ regarding copyright ownership. The ASF licenses this file
  11. ~~ to you under the Apache License, Version 2.0 (the
  12. ~~ "License"); you may not use this file except in compliance
  13. ~~ with the License. You may obtain a copy of the License at
  14. ~~
  15. ~~ http://www.apache.org/licenses/LICENSE-2.0
  16. ~~
  17. ~~ Unless required by applicable law or agreed to in writing,
  18. ~~ software distributed under the License is distributed on an
  19. ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  20. ~~ KIND, either express or implied. See the License for the
  21. ~~ specific language governing permissions and limitations
  22. ~~ under the License.
  23. ~~ NOTE: For help with the syntax of this file, see:
  24. ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
  25. Archiva Security Configuration
  26. Security properties and password rules are configured now in the Redback Runtime Configuration
  27. properties (see {{{./redback-runtime-configuration.html#Runtime_properties}Redback Runtime Configuration}}).
  28. The Redback Runtime Configuration properties are stored in <<<archiva.xml>>>.
  29. The former <<<security.properties>>> file, if it exists, is only used once for populating the
  30. Runtime Configuration settings. After that, this file will be ignored.
  31. []
  32. ~~TODO: Link to plexus-redback documentation when available
  33. These are the default properties. The file can be found in in Redback's svn repo:
  34. {{{http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties}
  35. config-defaults.properties}}
  36. %{snippet|ignoreDownloadError=true|url=https://raw.githubusercontent.com/apache/archiva-redback-core/master/redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties}
  37. <<Note:>> If installed standalone, Archiva's list of configuration files is <itself> configurable, and
  38. can be found in:
  39. <<<apps/archiva/WEB-INF/applicationContext.xml>>>
  40. Values from sources
  41. %{snippet|id=configuration-files-list|ignoreDownloadError=true|url=https://raw.githubusercontent.com/apache/archiva/master/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml}