Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion assemblies/assembly-release-notes-known-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ include::modules/release-notes/snip-known-issue-rhidp-4378.adoc[leveloffset=+1]
include::modules/release-notes/snip-known-issue-rhidp-4067.adoc[leveloffset=+1]


include::modules/release-notes/snip-known-issue-rhidp-3931.adoc[leveloffset=+1]
include::modules/release-notes/snip-known-issue-rhidp-3396.adoc[leveloffset=+1]


include::modules/release-notes/snip-known-issue-rhidp-3931.adoc[leveloffset=+1]

Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sections:
AND "Release Note Status" = "Done"
AND level is EMPTY
AND "Release Note Type" in ("Known Issue")
AND affectedVersion <= "{version_patch}"
AND affectedVersion in ("{version_patch}")
AND (fixVersion > "{version_patch}" OR fixVersion is EMPTY)
ORDER BY key DESC
template: with-jira-link
7 changes: 7 additions & 0 deletions modules/release-notes/snip-known-issue-rhidp-3396.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="known-issue-rhidp-3396"]
= Topology plugin permission does not show up in rbac frontend ui

Some permissions that only have frontend plugins will not show up in the UI due to a requirement of needing a backend plugin to expose the permission framework's wellknow endpoint. As a workaround, you can either apply these permissions through the use of the CSV file or by directly calling the REST API of the RBAC backend plugin. Known plugins affected are Topology topology.view.read, Tekton tekton.view.read, ArgoCD argocd.view.read, and Quay quay.view.read.

.Additional resources
* link:https://issues.redhat.com/browse/RHIDP-3396[RHIDP-3396]
Loading