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/release-notes/ref-release-notes-known-issues.adoc
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,6 @@
4
4
5
5
This section lists known issues in {product}{product-version}.
6
6
7
-
[id="known-issue-rhidp-5342"]
8
-
== [Helm] Cannot run two RHDH replicas on different nodes due to Multi-Attach errors on the dynamic plugins root PVC
9
-
10
-
Currently, when deploying {product-short} using the Helm Chart, two replicas cannot run on different cluster nodes. This might also affect the upgrade from 1.3 to 1.4.0 if the new pod is scheduled on a different node.
11
-
12
-
Possible workarounds for the upgrade include the following actions:
13
-
* Manually scale down the number of replicas to 0 before upgrading your Helm release.
14
-
* Manually remove the old {product-short} pod after upgrading the Helm release. However, this would imply some application downtime.
15
-
* Leverage a Pod Affinity rule to force the cluster scheduler to run your {product-short} pods on the same node.
== Entities of repositories under a configured org in catalog-backend-module-github-org plugin are not deleted from the catalog when the imported repository is deleted from bulk imports
23
9
@@ -28,7 +14,7 @@ Repositories might be added to Developer Hub from various sources (like statical
When using {rhsso-brand-name} or {rhbk-brand-name} as an OIDC provider, the default access token lifespan is set to 5 minutes, which corresponds to the token refresh grace period set in {product-short}. This 5-minute grace period is the threshold used to trigger a new refresh token call. Since the token is always near expiration, frequent refresh token requests will cause performance issues.
34
20
@@ -56,15 +42,5 @@ Permissions associated only with front-end plugins do not appear in the UI becau
When using {rhsso-brand-name} or {rhbk-brand-name} as an OIDC provider, the default access token lifespan is set to 5 minutes, which corresponds to the token refresh grace period set in {product-short}. This 5-minute grace period is the threshold used to trigger a new refresh token call. Since the token is always near expiration, frequent refresh token requests will cause performance issues.
63
-
64
-
This issue will be resolved in the 1.5 release. To prevent the performance issues, increase the lifespan in the {rhsso-brand-name} or {rhbk-brand-name} server by setting *Configure > Realm Settings > Access Token Lifespan* to a value greater than five minutes (preferably 10 or 15 minutes).
Copy file name to clipboardExpand all lines: modules/release-notes/ref-release-notes-new-features.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,5 +170,9 @@ dynamicPlugins:
170
170
171
171
172
172
This update also introduced the ability to override core API service factories from a dynamic plugin, which can be helpful for more specialized use cases such as providing a custom ScmAuth configuration for the {product-short} frontend.
173
+
[id="enhancement-rhidp-5833"]
174
+
== Manage concurrent writing on install dynamic plugins [1.3.5]
175
+
176
+
Previously, running multi-replica RHDH with a Persistent Volume for the Dynamic Plugins cache was not possible due to potential write conflicts. This update mitigates that risk
0 commit comments