Skip to content

Commit 52d46ce

Browse files
authored
Merge pull request #46092 from DebarghoGhosh/Fix-dex-documentation-for-groups-4107
Fixed documentation for the groups bug and the release notes bug
2 parents 0c995f4 + 34ef90f commit 52d46ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/gitops-creating-a-new-client-in-dex.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ spec:
2626
scopes: '[groups]'
2727
----
2828
<1> The `openShiftOAuth` property triggers the Operator to automatically configure the built-in OpenShift `OAuth` server when the value is set to `true`.
29-
<2> The `groups` property assigns users to one group or all groups in the groups list.
29+
<2> The `groups` property allows users of the specified group(s) to log in.
3030
<3> The RBAC policy property assigns the admin role in the Argo CD cluster to users in the OpenShift `cluster-admins` group.

modules/gitops-release-notes-1-4-1.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ The following issue has been resolved in the current release:
1717
** `argoproj.io_applications.yaml`
1818
** `argoproj.io_appprojects.yaml`
1919
** `argoproj.io_argocds.yaml`
20-
21-
Before this update, if you created an `AppProject` resource using the `kubectl create`, it failed to synchronize. This update restores the missing description fields in `CustomResourceDefinitions: ArgoCD, AppProject, Application` that caused `kubectl create` to fail. link:https://issues.redhat.com/browse/GITOPS-1721[GITOPS-1721]
20+
+
21+
Before this update, when you created an `AppProject` resource using the `oc create` command, the resource failed to synchronize due to the missing description fields. This update restores the missing description fields in the preceding CRDs. link:https://issues.redhat.com/browse/GITOPS-1721[GITOPS-1721]

0 commit comments

Comments
 (0)