Skip to content

Commit 41f536a

Browse files
authored
Merge pull request #73 from anarnold97/MTA-4016-Analyzer-task-RBAC
WIP - To be merged for 7.1 MTA-4016: Analyzer task RBAC
2 parents d452e94 + ff0635e commit 41f536a

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// snippet
2+
3+
[WARNING]
4+
.No multi-user access restrictions on resources
5+
====
6+
There are no multi-user access restrictions on resources. For example, an analyzer task created by a user can be canceled by any other user.
7+
====

docs/topics/mta-7-installing-web-console-on-openshift.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ oc get secret credential-mta-rhsso -o yaml
254254

255255
To create a dedicated route for the RHSSO instance, set the `rhsso_external_access` parameter to `true` in the Tackle custom resource (CR) for {ProductShortName}.
256256

257+
include::analyzer-rbac-snippet.adoc[]
258+
257259
.Additional resources
258260
* link:https://docs.redhat.com/en/documentation/red_hat_single_sign-on/7.6/html-single/server_administration_guide/index#ldap[Configuring LDAP and Active Directory in RHSSO]
259261
* link:https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.6/html/server_administration_guide/red_hat_single_sign_on_features_and_concepts[Red Hat Single Sign-On features and concepts]

docs/topics/mta-web-configuring-and-running-an-application-analysis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Analysis engines use standard rules for a comprehensive set of migration targets
7979

8080
. Click *Next*.
8181
. In *Review*, verify the analysis parameters.
82-
. Click *Run*.
82+
. Click *Run*.
8383
+
8484
The analysis status is `Scheduled` as {ProductShortName} downloads the image for the container to execute. When the image is downloaded, the status changes to `In-progress.`
8585

docs/web-console-guide/master.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ include::topics/mta-7-configuration-web-console-on-ocp-local.adoc[leveloffset=+3
4949

5050
include::topics/mta-requirements-for-java-analyzer.adoc[leveloffset=+2]
5151

52-
5352
[id="configuring-the-instance-environment"]
5453
== Configuring the instance environment
5554

@@ -228,6 +227,7 @@ include::topics/mta-web-reviewing-an-analysis-report.adoc[leveloffset=+3]
228227
include::topics/accessing-unmatched-rules.adoc[leveloffset=+3]
229228
include::topics/mta-web-downloading-an-analysis-report.adoc[leveloffset=+3]
230229
include::topics/mta-web-controlling-tasks-with-task-manager.adoc[leveloffset=+2]
230+
include::topics/analyzer-rbac-snippet.adoc[]
231231
include::topics/mta-web-reviewing-a-task-log.adoc[leveloffset=+3]
232232
include::topics/mta-web-controlling-task-order-with-task-manager.adoc[leveloffset=+3]
233233

0 commit comments

Comments
 (0)