Skip to content

Commit

Permalink
refactor: move "manage" pages to a dedicated module (#66)
Browse files Browse the repository at this point in the history
Ensure that the page names follow kebab case.
Also fix typo and rendering.
  • Loading branch information
tbouffard authored and benjaminParisel committed Oct 17, 2024
1 parent 6238149 commit 5b69615
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions modules/ROOT/taxonomy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
** xref:sla:high-performance.adoc[High Performance]
** xref:sla:data-management.adoc[Data Management]
* Managing Bonita Cloud
** xref:ConfigurationPossible.adoc[Configurable elements]
** xref:LDAPConfiguration.adoc[LDAP Synchronization setup]
** xref:SSOConfiguration.adoc[Single Sign-On Configuration]
** xref:URL-customization.adoc[URL customization]
** xref:manage:configurable-elements.adoc[Configurable elements]
** xref:manage:ldap-configuration.adoc[LDAP Synchronization setup]
** xref:manage:sso-configuration.adoc[Single Sign-On Configuration]
** xref:manage:url-customization.adoc[URL customization]
* Continuous Delivery
** xref:overview.adoc[Overview]
** xref:continous-delivery:access.adoc[Access]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Configurable elements

:description: This page describes the configurable elements in Bonita Cloud.
:page-aliases: ROOT:ConfigurationPossible.adoc

The following items can be configured in Bonita Cloud:

Expand All @@ -10,7 +10,7 @@ The following items can be configured in Bonita Cloud:
| **S**ingle **S**ign-**O**n
| URL customization
| LDAP synchronization setup
| Additonal backups
| Additional backups
| Runtime restoration
| Extended backup retention period
| Additional database storage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
= LDAP Synchronization setup

:description: This page provides information about LDAP Synchronization setup.
:page-aliases: ROOT:LDAPConfiguration.adoc

== Synchronize your organization groups and users

To avoid managing users in both Bonita and your authentication system, you can request the setup of a LDAP synchronizer in Bonita Cloud.

The LDAP synchronization service keeps the Bonita organization information synchronized with an external LDAP directory, by creating, updating, or removing users and groups in the organization to match as closely as possible the user list attributes defined in LDAP. It does not modify the LDAP directory.

image:LDAPConfigDiagramRS.png[]
image:ldap-config-diagram.png[]

== Requesting a LDAP Synchronizer Integration

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Single Sign-On Configuration

:description: This page explains how to configure Single Sign-On.
:page-aliases: ROOT:SSOConfiguration.adoc

To simplify the access to your Bonita applications and processes, you can request the setup of a Single-Sign-On authentication for Bonita Cloud.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
= URL customization

:description: This page explains how to customize Bonita AppRuntimes URLs.
:page-aliases: ROOT:URL-customization.adoc

You can request to customize your domain to have an URL that uses a domain different from the default one (*.bonitacloud.com).
You can request to customize your domain to have a URL that uses a domain different from the default one (*.bonitacloud.com).
[NOTE]
====
* You must own the targeted domain or subdomain and delegate its management to Bonitasoft.
** Bonitasoft manages the SSL certificate lifecycle (request, validation, and renewal).
====

== Requesting an URL customization
== Requesting a URL customization

=== Step 1: Open a case on the Customer Service Center

To request a URL Customization of your Bonita Cloud environments, create a new case on the Customer Service Center. Select _Professional Services_ as the type of request and make sure to provide the following information in your case:

* The domain (example: **mydomain.com**) or subdomain (example: **subdomain.mydomain.com**) to delegate to Bonitasoft.

NOTE: This request requires you to delegate responsability of the **whole domain name (or subdomain)** to the Bonita Cloud DNS service. Besides, the same domain (or subdomain) will be applied to all environments.
NOTE: This request requires you to delegate responsibility of the **whole domain name (or subdomain)** to the Bonita Cloud DNS service. Besides, the same domain (or subdomain) will be applied to all environments.

* The current and new environment Fully Qualified Domain Name (FQDN) as follows:
|===
Expand Down Expand Up @@ -57,4 +57,4 @@ Bonitasoft will confirm with you a window maintenance to perform this customizat

=== Step 4: Change NS TTL back to a higher value

Once the new URLs are in place, you will be able to change the TTL for the NS record back to a higher value, for example, 172800 seconds (two days). This will improves latency for your users.
Once the new URLs are in place, you will be able to change the TTL for the NS record back to a higher value, for example, 172800 seconds (two days). This will improve latency for your users.

0 comments on commit 5b69615

Please sign in to comment.