diff --git a/docs/docsite/rst/administration/awx-manage.rst b/docs/docsite/rst/administration/awx-manage.rst index 511cfca4296e..a468a4633d65 100644 --- a/docs/docsite/rst/administration/awx-manage.rst +++ b/docs/docsite/rst/administration/awx-manage.rst @@ -6,7 +6,7 @@ The *awx-manage* Utility .. index:: single: awx-manage -The ``awx-manage`` utility is used to access detailed internal information of AWX. Commands for ``awx-manage`` should run as the ``awx`` or ``root`` user. +The ``awx-manage`` utility is used to access detailed internal information of AWX. Commands for ``awx-manage`` should run as the ``awx`` user only. .. warning:: Running awx-manage commands via playbook is not recommended or supported. diff --git a/docs/docsite/rst/administration/ent_auth.rst b/docs/docsite/rst/administration/ent_auth.rst index e89c0108980b..e09ac9cc9f82 100644 --- a/docs/docsite/rst/administration/ent_auth.rst +++ b/docs/docsite/rst/administration/ent_auth.rst @@ -557,7 +557,7 @@ Terminal Access Controller Access-Control System Plus (TACACS+) is a protocol th Generic OIDC settings ---------------------- -Similar to SAML, OpenID Connect (OIDC) is uses the OAuth 2.0 framework. It allows third-party applications to verify the identity and obtain basic end-user information. The main difference between OIDC and SMAL is that SAML has a service provider (SP)-to-IdP trust relationship, whereas OIDC establishes the trust with the channel (HTTPS) that is used to obtain the security token. To obtain the credentials needed to setup OIDC with AWX, refer to the documentation from the identity provider (IdP) of your choice that has OIDC support. +Similar to SAML, OpenID Connect (OIDC) is uses the OAuth 2.0 framework. It allows third-party applications to verify the identity and obtain basic end-user information. The main difference between OIDC and SAML is that SAML has a service provider (SP)-to-IdP trust relationship, whereas OIDC establishes the trust with the channel (HTTPS) that is used to obtain the security token. To obtain the credentials needed to setup OIDC with AWX, refer to the documentation from the identity provider (IdP) of your choice that has OIDC support. To configure OIDC in AWX: diff --git a/docs/docsite/rst/common/images/ki-vmware-source-variables-example.png b/docs/docsite/rst/common/images/ki-vmware-source-variables-example.png index a729fddf38c0..9915cb6e3979 100644 Binary files a/docs/docsite/rst/common/images/ki-vmware-source-variables-example.png and b/docs/docsite/rst/common/images/ki-vmware-source-variables-example.png differ diff --git a/docs/docsite/rst/release_notes/known_issues.rst b/docs/docsite/rst/release_notes/known_issues.rst index f34f969dd830..26f89394ef7e 100644 --- a/docs/docsite/rst/release_notes/known_issues.rst +++ b/docs/docsite/rst/release_notes/known_issues.rst @@ -146,7 +146,7 @@ If you have a VMware instance that uses a self-signed certificate, then you will .. code-block:: text - "source_vars": "---\nvalidate_certs: False", + "source_vars": ---validate_certs: False You can set this in inventory source for VMware vCenter as follows: diff --git a/docs/docsite/rst/userguide/security.rst b/docs/docsite/rst/userguide/security.rst index 011c07d83ceb..00420a5326c0 100644 --- a/docs/docsite/rst/userguide/security.rst +++ b/docs/docsite/rst/userguide/security.rst @@ -202,7 +202,7 @@ The following table lists the RBAC system roles and a brief description of the h +-----------------------------------------------------------------------+------------------------------------------------------------------------------------------+ | Execute Role - Job Templates | Runs assigned Job Template | +-----------------------------------------------------------------------+------------------------------------------------------------------------------------------+ -| Member Role - Organization, Team | Manages all of the settings associated with that Organization or Team | +| Member Role - Organization, Team | User is a member of a defined Organization or Team | +-----------------------------------------------------------------------+------------------------------------------------------------------------------------------+ | Read Role - Organizations, Teams, Inventory, Projects, Job Templates | Views all aspects of a defined Organization, Team, Inventory, Project, or Job Template | +-----------------------------------------------------------------------+------------------------------------------------------------------------------------------+