Skip to content

Commit

Permalink
Experiment with Asciidoc formatting for images, plus adding Introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
dejavix committed Jan 11, 2024
1 parent 10f12d3 commit ed31621
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions docs/admin-gui/resource-wizard/index.adoc
Original file line number Diff line number Diff line change
@@ -1,22 +1,47 @@
= Resource wizard
:experimental:
:page-toc: top
:page-since: "4.6"
:page-since-improved: [ "4.8" ]

Resource wizard was complete rewrite and redesign in midPoint version 4.6. Screenshots below corresponding with midPoint version 4.8.
== Introduction

Some wizard panels are configurable, for more information see xref:/midpoint/reference/admin-gui/admin-gui-config/#wizard-panels[Wizard panels].
Resource wizard allows to easily create and update resource configuration.
No midPoint XML language is needed, the configuration is entirely UI-based.

The new UI takes form of panels with choices for specific parts of resource configuration.
Specific parts of configuration are represented as steps in wizard.

//Resource wizard was completely rewritten and redesigned in midPoint version 4.6.
//It was further enhanced in midPoint 4.8.
Screenshots below corresponding with midPoint version 4.8.

== Resource creation

To create resource, navigate to menu:Resources[New resource].

New UI takes form of some panels with choice for specific parts of resource configuration. Specific part of configuration is represented by a wizard with steps.
There are the following possibilities:

. *Inherit Template* - the new resource will be based on a pre-existing resource template. The new resource will _inherit_ the configuration.
. *From Scratch* - you will need to configure all aspects of the resource
. *Copy From Template* - the new resource will be based on a pre-existing resource template. The new resource will be created as a copy of that template.

Selecting *From Scratch* option leads to a Resource catalog page as indicated in xref:im001[xrefstyle=full].

[[im001]]
image::step-1-resource-catalog.png[link=step-1-connector-conf-discovery.png,100%, title=Resource catalog]

== Basic configuration

[%autowidth, cols="1a,1a", frame=none, grid=none, role=center]
|===
| image::step-1-basic-conf.png[link=step-1-type-of-resource.png, 100%, title=Select type of resource]
| image::step-1-resource-catalog.png[link=step-1-connector-conf-discovery.png,100%, title=Resource catalog]
| image::step-1-basic-conf.png[link=step-1-type-of-resource.png, 100%, title=Select type of resource]

|===



First panel of resource wizard allows user to choose connector or template for future resource.
There are three possibilities:

Expand Down Expand Up @@ -197,3 +222,12 @@ We can use wizard panels to edit existing resource. It's enough if we open the p

.Resource detail
image::resource-details.png[Resource detail, 100%]

== Configuration of resource wizard panels

Some wizard panels are configurable, for more information see xref:/midpoint/reference/admin-gui/admin-gui-config/#wizard-panels[Wizard panels].


== Limitations

TODO

0 comments on commit ed31621

Please sign in to comment.