summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst
diff options
context:
space:
mode:
authorTVo <thavo@redhat.com>2024-03-15 19:20:02 +0100
committerGitHub <noreply@github.com>2024-03-15 19:20:02 +0100
commit065bd3ae2a120cf485bae68cc7656f94f5200ba5 (patch)
tree1c2cb6a00fae0ae3e966d2bd097153c1dc1f773b /docs/docsite/rst
parentAdd dump_auth_config management cmd (for SAML and LDAP) (#14947) (diff)
downloadawx-065bd3ae2a120cf485bae68cc7656f94f5200ba5.tar.xz
awx-065bd3ae2a120cf485bae68cc7656f94f5200ba5.zip
Backported from product-docs PR #2001 (misc doc cleanup) (#14980)
* Backported from product-docs PR #2001 (misc doc cleanup) * Update docs/docsite/rst/administration/awx-manage.rst
Diffstat (limited to 'docs/docsite/rst')
-rw-r--r--docs/docsite/rst/administration/awx-manage.rst2
-rw-r--r--docs/docsite/rst/administration/ent_auth.rst2
-rw-r--r--docs/docsite/rst/common/images/ki-vmware-source-variables-example.pngbin78059 -> 77723 bytes
-rw-r--r--docs/docsite/rst/release_notes/known_issues.rst2
-rw-r--r--docs/docsite/rst/userguide/security.rst2
5 files changed, 4 insertions, 4 deletions
diff --git a/docs/docsite/rst/administration/awx-manage.rst b/docs/docsite/rst/administration/awx-manage.rst
index 511cfca429..a468a4633d 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 e89c010898..e09ac9cc9f 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 a729fddf38..9915cb6e39 100644
--- a/docs/docsite/rst/common/images/ki-vmware-source-variables-example.png
+++ b/docs/docsite/rst/common/images/ki-vmware-source-variables-example.png
Binary files differ
diff --git a/docs/docsite/rst/release_notes/known_issues.rst b/docs/docsite/rst/release_notes/known_issues.rst
index f34f969dd8..26f89394ef 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 011c07d83c..00420a5326 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 |
+-----------------------------------------------------------------------+------------------------------------------------------------------------------------------+