Skip to content

Commit ee48e88

Browse files
authored
release-notes-extra-1 - Extra release notes updates (#1555)
1 parent 7f0a4ab commit ee48e88

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

modules/release-notes/ref-release-notes-known-issues.adoc

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,59 @@ spec:
9595
.Additional resources
9696
* link:https://issues.redhat.com/browse/RHDHBUGS-664[RHDHBUGS-664]
9797

98+
[id="known-issue-rhdhbugs-2220"]
99+
== Starting time is not displayed correctly in Results pane when workflows are started
100+
There is an known issue with the displayed starting time in the Orchestrator 1.8.2 plugins when starting a workflow. When a workflow starts executing, the starting time is not displayed correctly in the Results window of the workflow instance. It remains this way until the workflow changes state. This will be fixed in a future release.
98101

102+
.Additional resources
103+
* link:https://issues.redhat.com/browse/RHDHBUGS-2220[RHDHBUGS-2220]
104+
105+
[id="known-issue-rhdhbugs-2038"]
106+
== Quay and Argo CD require their respective backend plugins to correctly display permissions in the UI.
107+
.Example configuration for Quay plugin:
108+
[source,yaml]
109+
----
110+
plugins:
111+
- package: ./dynamic-plugins/dist/backstage-community-plugin-quay
112+
disabled: false
113+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-quay-backend:bs_1.42.5__1.6.0!backstage-community-plugin-quay-backend
114+
disabled: false
115+
pluginConfig:
116+
quay:
117+
apiUrl: ${QUAY_API_URL}
118+
apiKey: ${QUAY_API_KEY}
119+
----
120+
121+
.Example configuration for Argo CD plugin:
122+
[source,yaml]
123+
----
124+
plugins:
125+
- package: ./dynamic-plugins/dist/roadiehq-scaffolder-backend-argocd-dynamic
126+
disabled: true
127+
- package: ./dynamic-plugins/dist/backstage-community-plugin-redhat-argocd
128+
disabled: false
129+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-redhat-argocd-backend:bs_1.42.5__0.10.0!backstage-community-plugin-redhat-argocd-backend
130+
disabled: false
131+
pluginConfig:
132+
argocd:
133+
username: "${ARGOCD_USERNAME}"
134+
password: "${ARGOCD_PASSWORD}"
135+
appLocatorMethods:
136+
- type: 'config'
137+
instances:
138+
- name: argoInstance1
139+
url: "${ARGOCD_INSTANCE1_URL}"
140+
----
99141

142+
For ArgoCD, you will need to update your `app-config.yaml` to add its id to `permission.rbac.pluginsWithPermission`:
143+
[source,yaml]
144+
----
145+
permission:
146+
enabled: true
147+
rbac:
148+
pluginsWithPermission:
149+
- argocd
150+
----
151+
152+
.Additional resources
153+
* link:https://issues.redhat.com/browse/RHDHBUGS-2038[RHDHBUGS-2038]

0 commit comments

Comments
 (0)