Skip to content

Commit

Permalink
Add alt text for image directives in credential_types.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan Mehta committed Oct 6, 2023
1 parent 127a0cf commit 4490bdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docsite/rst/userguide/credential_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Additionally, post-upgrade, these settings are not be visible (or editable) from
AWX should still continue to fetch roles directly from public Galaxy even if galaxy.ansible.com is not the first credential in the list for the Organization. The global "Galaxy" settings are no longer configured at the jobs level, but at the Organization level in the User Interface. The Organization's Add and Edit windows have an optional **Credential** lookup field for credentials of ``kind=galaxy``.

.. image:: ../common/images/organizations-galaxy-credentials.png
:alt: Organization Galaxy Credentials

It is very important to specify the order of these credentials as order sets precedence for the sync and lookup of the content.
For more information, see :ref:`ug_organizations_create`.
Expand Down Expand Up @@ -99,17 +100,20 @@ Access the Credentials from clicking **Credential Types** from the left navigati
|Credential Types - home empty|

.. |Credential Types - home empty| image:: ../common/images/credential-types-home-empty.png
:alt: Credential Types - home empty


If credential types have been created, this page displays a list of all existing and available Credential Types.

|Credential Types - home with example credential types|

.. |Credential Types - home with example credential types| image:: ../common/images/credential-types-home-with-example-types.png
:alt: Credential Types - home with example credential types

To view more information about a credential type, click on its name or the Edit (|edit|) button from the **Actions** column.

.. |edit| image:: ../common/images/edit-button.png
:alt: Edit button

Each credential type displays its own unique configurations in the **Input Configuration** field and the **Injector Configuration** field, if applicable. Both YAML and JSON formats are supported in the configuration fields.

Expand All @@ -127,6 +131,7 @@ To create a new credential type:
|Create new credential type|

.. |Create new credential type| image:: ../common/images/credential-types-create-new.png
:alt: Create new credential type

2. Enter the appropriate details in the **Name** and **Description** field.

Expand Down Expand Up @@ -302,6 +307,7 @@ An example of referencing multiple files in a custom credential template is as f
|New credential type|

.. |New credential type| image:: ../common/images/credential-types-new-listed.png
:alt: New credential type

Click |edit| to modify the credential type options under the Actions column.

Expand All @@ -310,12 +316,14 @@ Click |edit| to modify the credential type options under the Actions column.
In the Edit screen, you can modify the details or delete the credential. If the **Delete** button is grayed out, it is indication that the credential type that is being used by a credential, and you must delete the credential type from all the credentials that use it before you can delete it. Below is an example of such a message:

.. image:: ../common/images/credential-types-delete-confirmation.png
:alt: Credential type delete confirmation


7. Verify that the newly created credential type can be selected from the **Credential Type** selection window when creating a new credential:

|Verify new credential type|

.. |Verify new credential type| image:: ../common/images/credential-types-new-listed-verify.png
:alt: Verify new credential type

For details on how to create a new credential, see :ref:`ug_credentials`.

0 comments on commit 4490bdd

Please sign in to comment.