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:56:53 UTC

[directory-site] branch master updated: remove redundant info

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 2a37944b remove redundant info
2a37944b is described below

commit 2a37944bd0a2074aa5cffe648fe7194f480d1680
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jul 23 13:56:47 2022 -0500

    remove redundant info
---
 source/fortress/installation.md |  9 +--------
 source/fortress/overview.md     | 24 ++++--------------------
 2 files changed, 5 insertions(+), 28 deletions(-)

diff --git a/source/fortress/installation.md b/source/fortress/installation.md
index 6922ff65..8e67ec5e 100644
--- a/source/fortress/installation.md
+++ b/source/fortress/installation.md
@@ -8,7 +8,7 @@ The Fortress Core requires an LDAP server to store its information.  Its other c
 
 ## Fortress Core Setup with LDAP
 
-The Core is used by the other components, Realm, Rest and Web.  These are to install ApacheDS or OpenLDAP (pick one), and configure for usage.  For rapid deployment, you can skip the APACHEDS and SLAPD quickstarts, and use one for DOCKER instead.
+The Core is used by the other components, Realm, Rest and Web.  These are to install ApacheDS or OpenLDAP (pick one), and configure for usage.  For rapid deployment, use DOCKER containers.
 
 ### Fortress Core & ApacheDS
 * [README-QUICKSTART-DOCKER-APACHEDS.md](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md) - Install Core for use with APACHEDS running inside DOCKER 
@@ -18,10 +18,6 @@ The Core is used by the other components, Realm, Rest and Web.  These are to ins
 * [README-QUICKSTART-DOCKER-SLAPD.md](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md) - Install Core for use with OPENLDAP running inside DOCKER 
 * [README-QUICKSTART-SLAPD.md](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md) - Install Core for use with OPENLDAP 
 
-## Fortress Web and Rest Setup with Tomcat
-
-Apache Tomcat is used for the Fortress Rest and Web deployment testing.
-
 ### Fortress Realm & Tomcat
 
 The Realm plugs into Tomcat and provides JavaEE security support.
@@ -29,8 +25,6 @@ The Realm plugs into Tomcat and provides JavaEE security support.
 * [REALM-HOST-SETUP.md](https://github.com/apache/directory-fortress-realm/blob/master/REALM-HOST-SETUP.md) - Configure Tomcat Global Security using Realm 
 * [REALM-CONTEXT-SETUP.md](https://github.com/apache/directory-fortress-realm/blob/master/REALM-CONTEXT-SETUP.md) - Configure Tomcat Local Security using Realm
 
-Next, pull either Fortress Web or Rest binaries from Maven, run inside Tomcat instance. 
-
 ### Fortress Rest & Tomcat
 * [README-QUICKSTART.md](https://github.com/apache/directory-fortress-enmasse/blob/master/README-QUICKSTART.md) - Install Fortress Rest to Tomcat
 
@@ -38,4 +32,3 @@ Next, pull either Fortress Web or Rest binaries from Maven, run inside Tomcat in
 * [README-QUICKSTART.md](https://github.com/apache/directory-fortress-commander/blob/master/README-QUICKSTART.md) - Install Fortress Web to Tomcat
 
 More info can be found from each of the projects README's.
-
diff --git a/source/fortress/overview.md b/source/fortress/overview.md
index 60b1fd2c..7c2d1d7d 100644
--- a/source/fortress/overview.md
+++ b/source/fortress/overview.md
@@ -10,36 +10,20 @@ FORTRESS is a standards-based authorization system, that provides role-based acc
 
 Included are the following components:
 
-* Core  - Java Authorization SDK
+* Core  - Java APIs for access control, administration and review
 * Realm - Security provider for Apache Tomcat
-* Rest  - HTTP protocol wrappers for the APIs using Apache CXF
-* Web   - HTML pages and framework for the APIs using Apache Wicket
+* Rest  - HTTP protocol wrappers for the APIs
+* Web   - HTML pages for policy admin and review
 
 It's released under terms of the Apache License 2.0. 
 
 ## How Does It Work?
 
-Fortress is a Role-Based Access Control security system.  It uses a directory server to store the information about users, roles, permissions, etc.  Out-of-the-box it supports either ApacheDS or OpenLDAP servers but works with any LDAPv3 compliant system.
-
-To learn how to install, setup and configure with either of the supported servers, check out the quickstarts:
-
-* [QUICKSTARTS](installation.html)
-
-## Other Guides
+It uses a directory server to store the information about users, roles, permissions, etc.  Out-of-the-box it supports either ApacheDS or OpenLDAP servers but works with any LDAPv3 compliant system.
 
 ### API usage
 Probably the best place to start is the javadoc.  To understand how RBAC works, look at the interfaces like AccessMgr, AdminMgr and ReviewMgr.  For ARBAC add 'Del' to the name - for delegated.  DelAdminMgr, DelAccessMgr, etc.  For password policies, PwPolicyMgr.
 
-### Configuration
-Next is to understand how the runtime works.  As you might expect, Fortress requires a large number of parameters that bind it to a runtime environment.  For example the LDAP server's coordinates, hostname, port, suffix, service account credentials and more.  The configuration subsystem pulls these parameters from a variety of locations.
-
-* [README-CONFIG.md](https://github.com/apache/directory-fortress-core/blob/master/README-CONFIG.md) - How the Fortress Config subsystem works
-
-### Multitenancy
-The Fortress APIs and data storage is fully multitenant.  To understand how that works.
-
-* [README-MULTITENANCY.md](https://github.com/apache/directory-fortress-core/blob/master/README-MULTITENANCY.md) - How Fortress Multitenancy works
-
 ## What technologies at play?
 
 Fortress products run on open system hardware and software platforms supporting LDAPv3, HTTP & Java.