You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/07/23 18:41:46 UTC

[directory-site] branch master updated: + security and load testing

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f8deeef + security and load testing
2f8deeef is described below

commit 2f8deeef5be9f5f40127f691b7d9d99021fd8bcb
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jul 23 13:41:40 2022 -0500

    + security and load testing
---
 source/fortress/security.md   | 11 +++++++++++
 source/fortress/user-guide.md |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/source/fortress/security.md b/source/fortress/security.md
new file mode 100644
index 00000000..a748699e
--- /dev/null
+++ b/source/fortress/security.md
@@ -0,0 +1,11 @@
+---
+title: Security
+---
+
+# Fortress Security
+
+Apache Fortress is a security system used by other applications to satisfy authentication and authorization requirements.
+Secondarily, are fortress components that must run securely.
+
+- [Apache Fortress Rest Security Model](https://github.com/apache/directory-fortress-enmasse/blob/master/README-SECURITY-MODEL.md)
+- [Apache Fortress Web Security Model](https://github.com/apache/directory-fortress-commander/blob/master/README-SECURITY-MODEL.md)
diff --git a/source/fortress/user-guide.md b/source/fortress/user-guide.md
index b2a6597c..f7a85387 100644
--- a/source/fortress/user-guide.md
+++ b/source/fortress/user-guide.md
@@ -25,10 +25,12 @@ Learn what RBAC is and how to download, install and configure an Apache Fortress
     * [2.3 - Multitenancy under the covers](user-guide/2.3-multitenancy-under-covers.html)
     * [2.4 - Apache Fortress Core Multitenancy Configuration](https://github.com/apache/directory-fortress-core/blob/master/README-MULTITENANCY.md)
     * [2.5 - Apache Fortress Web Multitenancy Configuration](https://github.com/apache/directory-fortress-commander/blob/master/README-MULTITENANCY.md)
-* [3 - Fortress Configuration](user-guide/3-configuration.html)
+* [3 - Configuration](user-guide/3-configuration.html)
 * 4 - Install
     * [4.1 - Apache Fortress Core & ApacheDS QUICKSTART](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-APACHEDS.md)
     * [4.2 - Apache Fortress Core & ApacheDS QUICKSTART on DOCKER](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md)
     * [4.3 - Apache Fortress Core & OpenLDAP QUICKSTART](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md)
     * [4.4 - Apache Fortress Core & OpenLDAP QUICKSTART on DOCKER](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md)
     * [4.5 - Apache Fortress Web & Tomcat QUICKSTART](https://github.com/apache/directory-fortress-commander/blob/master/README-QUICKSTART.md)
+* [5 - Security](security.html)
+* [6 - Load Testing](https://github.com/apache/directory-fortress-core/blob/master/README-LOAD-TESTING.md)