Skip to content

Commit 1a7e3e7

Browse files
[release-1.6] RHIDP-6571 - remove configuring the base URL for Operator-based (#1120)
Co-authored-by: Priyanka Abel <[email protected]> Co-authored-by: Lindsey Frazier <[email protected]> Co-authored-by: Fabrice Flore-Thébault <[email protected]> Fixes https://issues.redhat.com/browse/RHIDP-6670
1 parent 2fd36a0 commit 1a7e3e7

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

modules/configuring/proc-provisioning-your-custom-configuration.adoc

+14-8
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ It contains one secret per line in `KEY=value` form.
2020

2121
. Author your custom `{my-app-config-file}` file.
2222
This is the main {product-short} configuration file.
23-
+
24-
The `baseUrl` field is mandatory in your `{my-app-config-file}` file to ensure proper functionality of {product-short}. You must specify the `baseUrl` in both the `app` and `backend` sections to avoid errors during initialization.
23+
You need a custom `{my-app-config-file}` file to avoid the {product-short} installer to revert user edits during upgrades.
24+
When your custom `{my-app-config-file}` file is empty, {product-short} is using default values.
25+
26+
** To prepare a deployment with the {product} Operator on {ocp-short}, you can start with an empty file.
27+
28+
** To prepare a deployment with the {product} Helm chart, or on Kubernetes, enter the {product-short} base URL in the relevant fields in your `{my-app-config-file}` file to ensure proper functionality of {product-short}.
29+
The base URL is what a {product-short} user sees in their browser when accessing {product-short}.
30+
The relevant fields are `baseUrl` in the `app` and `backend` sections, and `origin` in the `backend.cors` subsection:
2531
+
2632
.Configuring the `baseUrl` in `{my-app-config-file}`
2733
====
@@ -43,13 +49,13 @@ backend:
4349
origin: {my-product-url}
4450
----
4551
====
46-
+
47-
Optionally, enter your configuration such as:
4852

49-
* link:{authentication-book-url}[{authentication-book-title}].
50-
* link:{authorization-book-url}[{authorization-book-title}].
51-
* link:{customizing-book-url}[Customization].
52-
* xref:proc-configuring-an-rhdh-instance-with-tls-in-kubernetes_running-behind-a-proxy[Configure your {ocp-short} integration].
53+
** Optionally, enter your configuration such as:
54+
55+
*** link:{authentication-book-url}[{authentication-book-title}].
56+
*** link:{authorization-book-url}[{authorization-book-title}].
57+
*** link:{customizing-book-url}[Customization].
58+
*** xref:proc-configuring-an-rhdh-instance-with-tls-in-kubernetes_running-behind-a-proxy[Configure your {ocp-short} integration].
5359

5460
. Provision your custom configuration files to your {ocp-short} cluster.
5561

0 commit comments

Comments
 (0)