Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - To be merged for 7.1 MTA-4016: Analyzer task RBAC #73

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
9 changes: 9 additions & 0 deletions docs/topics/analyzer-rbac-snippet.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// snippet

[WARNING]
.No multi-user access restrictions on resources
====
There are no multi-user access restrictions on resources.

An analyzer task created by a user, can be canceled by any other user.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to remove the specific example of analyzer task access,
as we have the no multi-user access restriction on other resources as well.
Just leave the ".No multi-user access restrictions on resources" warning
and place it in the head of the MTA doc.

====
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

You can analyze more than one application at a time against more than one transformation target in the same analysis.

include::analyzer-rbac-snippet.adoc[]

.Procedure

. In the *Migration* view, click *Application inventory*.
Expand Down Expand Up @@ -79,7 +81,7 @@ Analysis engines use standard rules for a comprehensive set of migration targets

. Click *Next*.
. In *Review*, verify the analysis parameters.
. Click *Run*.
. Click *Run*.
+
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.`

Expand Down
2 changes: 2 additions & 0 deletions docs/web-console-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ include::topics/mta-7-configuration-web-console-on-ocp-local.adoc[leveloffset=+3

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

include::topics/analyzer-rbac-snippet.adoc[]


[id="configuring-the-instance-environment"]
== Configuring the instance environment
Expand Down