You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/developer-lightspeed/proc-installing-and-configuring-lightspeed.adoc
+34-5Lines changed: 34 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -501,8 +501,9 @@ upstream:
501
501
...
502
502
----
503
503
504
-
. Define permissions and roles for your users who are not administrators by completing the following steps:
505
-
.. Configure the required RBAC permission by defining an `rbac-policies.csv` file as shown in the following example:
504
+
. Manage your authorization based on your installation method:
505
+
.. For an Operator-installed {product-very-short} instance, define permissions and roles for your users who are not administrators by completing the following steps:
506
+
... Configure the required RBAC permission by defining an `rbac-policies.csv` file as shown in the following example:
.. Upload your `rbac-policies.csv` and `rbac-conditional-policies.yaml` files to an `rbac-policies` config map in your {ocp-short} project containing {product-very-short}.
516
-
.. Update your {product-custom-resource-type} custom resource to mount in the {product-very-short} filesystem your files from the `rbac-policies` ConfigMap:
516
+
... Upload your `rbac-policies.csv` file to an `rbac-policies` config map in your {ocp-short} project containing {product-very-short}.
517
+
... Update your {product-custom-resource-type} custom resource to mount in the {product-very-short} filesystem your files from the `rbac-policies` ConfigMap:
517
518
+
518
519
[source,yaml]
519
520
----
@@ -526,7 +527,35 @@ spec:
526
527
configMaps:
527
528
- name: rbac-policies
528
529
----
529
-
For detailed information, see {authorization-book-link}managing-authorizations-by-using-external-files[Managing authorizations by using external files].
530
+
For detailed information, see {authorization-book-link}#con-rbac-conditional-policies-rhdh_title-authorization[Managing authorizations by using external files].
531
+
532
+
.. For a Helm-installed {product-very-short} instance, define permissions and roles for your users who are not administrators by completing the following steps:
533
+
534
+
... Configure the required RBAC permission by defining an `rbac-policies.csv` file as shown in the following example:
... Declare policy administrators to enable a select number of authenticated users to configure RBAC policies through the REST API or Web UI, instead of modifying the CSV file directly. The permissions can be specified in a separate CSV file referenced in your `{my-app-config-config-map}` config map, or permissions can be created using the REST API or Web UI.
544
+
To declare users such as _<your_policy_administrator_name>_ as policy administrators, edit your custom {product-very-short} ConfigMap, such as `{my-app-config-file}`, and add following code to the `{my-app-config-file}` content:
0 commit comments