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 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
2 changes: 2 additions & 0 deletions docs/cli-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ include::topics/making-open-source-more-inclusive.adoc[]
// About the {UserCLIBookName}
include::topics/about-cli-guide.adoc[leveloffset=+2]

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

:FeatureName: .NET migration
include::topics/developer-preview-feature.adoc[]

Expand Down
3 changes: 3 additions & 0 deletions docs/eclipse-code-ready-studio-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ include::topics/making-open-source-more-inclusive.adoc[]
== Introduction

include::topics/about-ide-addons.adoc[leveloffset=+2]

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

include::topics/mta-what-is-the-toolkit.adoc[leveloffset=+2]

[id="installing-plugin_{context}"]
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ include::topics/making-open-source-more-inclusive.adoc[]
// About the {IntroToMTABookName}
include::topics/mta-about-the-intro-to-mta-guide.adoc[leveloffset=+1]

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

// About the Toolkit
// Info included in the module above ^ include::topics/mta-what-is-the-toolkit.adoc[leveloffset=+1]

Expand Down
2 changes: 2 additions & 0 deletions docs/intellij-idea-plugin-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ include::topics/making-open-source-more-inclusive.adoc[]
// About the IntelliJ IDEA plugin
include::topics/about-ide-addons.adoc[leveloffset=+2]

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

// About {ProductName}
include::topics/mta-what-is-the-toolkit.adoc[leveloffset=+2]

Expand Down
2 changes: 2 additions & 0 deletions docs/plugin-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ include::topics/making-open-source-more-inclusive.adoc[]
// About the IDE Plugin Guide
include::topics/plugin-intro.adoc[leveloffset=+2]

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

// About {ProductName}
include::topics/mta-what-is-the-toolkit.adoc[leveloffset=+2]

Expand Down
2 changes: 2 additions & 0 deletions docs/rules-development-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ include::topics/making-open-source-more-inclusive.adoc[]
// About the Rules Development Guide
include::topics/rules-guide-intro.adoc[leveloffset=+2]

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

// Use of <{ProductShortName}_HOME> in this Guide
include::topics/mta-about-home-var.adoc[leveloffset=+3]

Expand Down
7 changes: 7 additions & 0 deletions docs/topics/analyzer-rbac-snippet.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// snippet

[WARNING]
.No multi-user access restrictions on resources
====
There are no multi-user access restrictions on resources.
====
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/vs-code-extension-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ include::topics/making-open-source-more-inclusive.adoc[]
// About the VS Code extension
include::topics/about-ide-addons.adoc[leveloffset=+2]

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

// About {ProductName}
include::topics/mta-what-is-the-toolkit.adoc[leveloffset=+2]

Expand Down
4 changes: 4 additions & 0 deletions docs/web-console-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ include::topics/making-open-source-more-inclusive.adoc[leveloffset=+1]
// About the {WebConsoleBookName}
include::topics/mta-about-console-guide.adoc[leveloffset=+2]

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

// About {ProductName}
include::topics/mta-what-is-the-toolkit.adoc[leveloffset=+2]

Expand Down Expand Up @@ -49,6 +51,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