summaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added troubleshooting and tips tricks content (#15212)TVo2024-06-244-10/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added troubleshooting and tips tricks content * Added troubleshooting and tips tricks content * Moved DNS host entry override info to customize pod spec section of CG chapter. * Added troubleshooting and tips tricks content * Moved DNS host entry override info to customize pod spec section of CG chapter. * Update docs/docsite/rst/administration/containers_instance_groups.rst Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> * Update docs/docsite/rst/administration/containers_instance_groups.rst Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> * Update docs/docsite/rst/administration/containers_instance_groups.rst Co-authored-by: Sandra McCann <samccann@redhat.com> * Incorp'd review feedback from @fosterseth and @samccann * Update docs/docsite/rst/administration/containers_instance_groups.rst Co-authored-by: Sandra McCann <samccann@redhat.com> * Final revisions based on @fosterseth's inputs. --------- Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> Co-authored-by: Sandra McCann <samccann@redhat.com>
* Add AWS SNS notification support for webhook (#15184)Ethem Cem Özkan2024-06-022-0/+18
| | | | | | | | | | | | | | | | Support for AWS SNS notifications. SNS is a widespread service that is used to integrate with other AWS services(EG lambdas). This support would unlock use cases like triggering lambda functions, especially when AWX is deployed on EKS. Decisions: Data Structure - I preferred using the same structure as Webhook for message body data because it contains all job details. For now, I directly linked to Webhook to avoid duplication, but I am open to suggestions. AWS authentication - To support non-AWS native environments, I added configuration options for AWS secret key, ID, and session tokens. When entered, these values are supplied to the underlining boto3 SNS client. If not entered, it falls back to the default authentication chain to support the native AWS environment. Properly configured EKS pods are created with temporary credentials that the default authentication chain can pick automatically. --------- Signed-off-by: Ethem Cem Ozkan <ethemcem.ozkan@gmail.com>
* Modify the link to terraform_state inventory plugin (#15241)Akira Yokochi2024-06-021-2/+2
| | | fix link to terraform_state inventory plugin
* Added docs for new RBAC changes (#15150)TVo2024-05-1812-317/+519
| | | | | | | | | | | | | | | * Added docs for new RBAC changes * Added UI changes with screens and API endpoints with sample commands. * Update docs/docsite/rst/userguide/rbac.rst Co-authored-by: Vidya Nambiar <43621546+vidyanambiar@users.noreply.github.com> * Incorporated review feedback from @vidyanambiar. --------- Co-authored-by: Vidya Nambiar <43621546+vidyanambiar@users.noreply.github.com>
* Bump jinja2 from 3.1.3 to 3.1.4 in /docs/docsite (#15168)dependabot[bot]2024-05-141-1/+1
| | | | | | | | | | | | | | | | Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Backports previously approved corrections. (#15121)24.3.0TVo2024-04-225-8/+13
| | | | | * Backports previously approved corrections. * Deleted a blank line in inventories line 100
* Omit using -X when not needed, and don't default to demonstrating -k Jan-Piet Mens2024-04-171-9/+8
| | | It's the year 2024: using -k as default in https URL schemes should be deprecated. (I have left one mention of it possibly being required if no CA available). Furtheremore, neither -XGET or -XPOST are required, as curl(1) well knows when to use which method.
* chore: remove repetitive words (#15101)STEVEN ADAMS2024-04-173-3/+3
| | | Signed-off-by: hugehope <cmm7@sina.cn>
* Replace role system with permissions-based DB rolesAlan Rominger2024-04-111-157/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Develop ability to list permissions for existing roles Create a model registry for RBAC-tracked models Write the data migration logic for creating the preloaded role definitions Write migration to migrate old Role into ObjectRole model This loops over the old Role model, knowing it is unique on object and role_field Most of the logic is concerned with identifying the needed permissions, and then corresponding role definition As needed, object roles are created and users then teams are assigned Write re-computation of cache logic for teams and then for object role permissions Migrate new RBAC internals to ansible_base Migrate tests to ansible_base Implement solution for visible_roles Expose URLs for DAB RBAC
* Publish amd64 and arm64 awx image on release (#15053)24.2.0Hao Liu2024-04-091-4/+2
| | | | | | | | | * Stage multi-arch awx image - change CI to use `make awx-kube-build` instead of build playbook - update staging CI to build and push multiarch awx image - update doc to use `make awx-kube-build` to build awx image - remove build playbook (no longer used)
* Added docs for terraform credential/inventory source (#15004)TVo2024-04-054-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | * Added docs for terraform credential/inventory source * Updated screen captures for inventories and source to match wfjt example * Added docs for terraform credential/inventory source * Updated screen captures for inventories and source to match wfjt example * Update docs/docsite/rst/userguide/inventories.rst Co-authored-by: Aoki <lucasaoki@users.noreply.github.com> * Revised per review feedback. * Update docs/docsite/rst/userguide/inventories.rst Co-authored-by: Helen Bailey <hakbailey@gmail.com> --------- Co-authored-by: Aoki <lucasaoki@users.noreply.github.com> Co-authored-by: Helen Bailey <hakbailey@gmail.com>
* Remove /17 magic number from Forum URLJohn Barker2024-03-291-1/+1
|
* Improve social documentation release_process.mdJohn Barker2024-03-291-4/+21
|
* Backported from product-docs PR #2001 (misc doc cleanup) (#14980)TVo2024-03-155-4/+4
| | | | | * Backported from product-docs PR #2001 (misc doc cleanup) * Update docs/docsite/rst/administration/awx-manage.rst
* Added missing AWS secret management lookup creds.Thanhnguyet Vo2024-02-287-130/+120
|
* Fixed some misc errors in illustrations and header formattingThanhnguyet Vo2024-02-223-0/+1
|
* Deleted duplicate graphics that were converted to drawio.Thanhnguyet Vo2024-02-212-0/+0
|
* Fixed graphics, illustrations, tables, examples, sizingThanhnguyet Vo2024-02-2111-31/+42
|
* Updated release notes so they don't need to be revised so often.Thanhnguyet Vo2024-02-191-13/+7
|
* Update release doc to check for awxkit tar files. (#14892)Jake Jackson2024-02-162-1/+5
| | | add a step to release process to confirm tar file is published
* Added mesh ingress content to instances chapter. (#14854)TVo2024-02-1516-85/+136
| | | | | | | | | | | | | | | | | | | | | | | | | * Added mesh ingress content to instances chapter. * Changes to incorp feedback from @TheRealHaoLiu. * Added mesh ingress content to instances chapter. * Line 75 Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> * Line 117 Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> * Line 126 Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> * Wording changes and update graphics --------- Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
* Switch mailing list to forum (#14600)jessicamack2024-02-121-2/+2
| | | | | | | | | | | | | | | * Switch mailing list to forum * add link to community Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> * use correct channel name Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> --------- Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
* Added LDAP support for HashiCorp Vault lookup credential (#14833)TVo2024-02-094-10/+22
| | | | | | | | | | | | | * Added LDAP support for HashiCorp Vault lookup credential * Added LDAP support for HashiCorp Vault lookup credential * Replaced graphics and updated missing fields. * Added LDAP support for HashiCorp Vault lookup credential * Replaced graphics and updated missing fields. * Incorporated review feedback from @thedoubl3j and @djyasin.
* Removed erroneous line for basic authTVo2024-02-081-2/+0
|
* awxkit: allow to modify api base url (#14835)Julen Landa Alustiza2024-02-072-11/+11
| | | Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
* Added section for using private image for default EE. (#14815)TVo2024-01-302-112/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added hop node information and beefed up exec nodes section. * Made updates to the Topology viewer & dis/associate peers * Added hop node information and beefed up exec nodes section. * Made updates to the Topology viewer & dis/associate peers * Fixed build and image rendering issues. * Replaced graphic with many many nodes! * Updated images with latest * Incorporated review inputs from @fosterseth. * Incorporated more review feedback from @fosterseth * Resized graphic * Resized graphic again * Reduced image sizes to scale better on different browsers. * Added section for using private image for default EE. * Deleted .md file for execution nodes due to migration to RTD.
* Added hop node information and beefed up exec nodes section. (#14787)TVo2024-01-2722-51/+154
| | | | | | | | | | | | | | | | | | | | | | | | | * Added hop node information and beefed up exec nodes section. * Made updates to the Topology viewer & dis/associate peers * Added hop node information and beefed up exec nodes section. * Made updates to the Topology viewer & dis/associate peers * Fixed build and image rendering issues. * Replaced graphic with many many nodes! * Updated images with latest * Incorporated review inputs from @fosterseth. * Incorporated more review feedback from @fosterseth * Resized graphic * Resized graphic again * Reduced image sizes to scale better on different browsers.
* Add userpass and LDAP support for HashiCorp vault credential_plugin (#14654)Lila Yasin2024-01-251-0/+3
| | | | | | | | | | | | | * Add username and password to handle_auth and update exception message Revise naming of ldap username and password * Add url for LDAP and userpass to method_auth * Add information regarding LDAP and username and password to credential plugins documentation Revise ldap_auth to userpass_auth and revised exception to better reflect functionality * Revise method_auth to ensure certs can be used with username and ensure namespace functionality is not hindered
* Bump jinja2 from 3.1.2 to 3.1.3 in /docs/docsitedependabot[bot]2024-01-241-6/+6
| | | | | | | | | | | | | | | Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Fixed/updated URL for “Passing Variables on the Command Line" link. (#14763)TVo2024-01-191-1/+1
|
* Update execution environment documentation link (fixes #14690) (#14741)Cameron McLaughlin2024-01-051-1/+1
| | | | | Update execution enviorment documentation link (fixes #14690) Signed-off-by: Cameron McLaughlin <auatr7@protonmail.com>
* Simplify RBAC get_roles_on_resource method (#14710)Alan Rominger2023-12-141-7/+0
| | | | | | | * Simplify RBAC get_roles_on_resource method * Fix bug * Fix query type bug
* Adding hosts bulk deletion feature (#14462)Avi Layani2023-12-131-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding hosts bulk deletion feature Signed-off-by: Avi Layani <alayani@redhat.com> * fix the type of the argument Signed-off-by: Avi Layani <alayani@redhat.com> * fixing activity_entry tracking Signed-off-by: Avi Layani <alayani@redhat.com> * Revert "fixing activity_entry tracking" This reverts commit c8eab52c2ccc5abe215d56d1704ba1157e5fbbd0. Since the bulk_delete is not related to an inventory, only hosts which can be from different inventories. * get only needed vars to reduce memory consumption Signed-off-by: Avi Layani <alayani@redhat.com> * filtering the data to reduce memory increase the number of queries Signed-off-by: Avi Layani <alayani@redhat.com> * update the activity stream for inventories Signed-off-by: Avi Layani <alayani@redhat.com> * fix the changes dict initialiazation Signed-off-by: Avi Layani <alayani@redhat.com> --------- Signed-off-by: Avi Layani <alayani@redhat.com>
* Add TLS certificate auth for HashiCorp Vault (#14534)Andrew Austin2023-12-061-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add TLS certificate auth for HashiCorp Vault Add support for AWX to authenticate with HashiCorp Vault using TLS client certificates. Also updates the documentation for the HashiCorp Vault secret management plugins to include both the new TLS options and the missing Kubernetes auth method options. Signed-off-by: Andrew Austin <aaustin@redhat.com> * Refactor docker-compose vault for TLS cert auth Add TLS configuration to the docker-compose Vault configuration and use that method by default in vault plumbing. This ensures that the result of bringing up the docker-compose stack with vault enabled and running the plumb-vault playbook is a fully working credential retrieval setup using TLS client cert authentication. Signed-off-by: Andrew Austin <aaustin@redhat.com> * Remove incorrect trailing space Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> * Make vault init idempotent - improve error handling for vault_initialization - ignore error if vault cert auth is already configured - removed unused register * Add VAULT_TLS option Make TLS for HashiCorp Vault optional and configurable via VAULT_TLS env var * Add retries for vault init Sometime it took longer for vault to fully come up and init will fail --------- Signed-off-by: Andrew Austin <aaustin@redhat.com> Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Co-authored-by: Hao Liu <haoli@redhat.com>
* Upgrade doc requirements (#14669)Don Naro2023-11-161-8/+8
| | | | | * upgrade when pip compiling doc reqs * upgrade doc requirements
* Update RBAC docs, remove unused get_permissions (#14492)Alan Rominger2023-11-161-11/+18
| | | | | * Update RBAC docs, remove unused get_permissions * Add back in section for get_roles_on_resource
* Added missing pointers to release notes (#14659)TVo2023-11-151-0/+9
| | | | | | | | | * Replaced with larger graphic. * Revert "Replaced with larger graphic." This reverts commit 1214b00052b43c46c5ee9b2833e61c779884ec1c. * Added missing pointers to release notes.
* issue #14653 heading does not render correctly (#14665)Don Naro2023-11-151-0/+2
|
* Replaced with larger graphic. (#14647)TVo2023-11-131-0/+0
|
* Docs: Include REST API reference content from swagger.json (#14607)Don Naro2023-11-115-5/+17
|
* Added alt text for settings-menu.rst (#14639)TVo2023-11-081-0/+1
| | | | | | | | | | | | | | * Re-do for PR #14595 to fix CI issues. * Added alt text to settings-menu.rst * Update docs/docsite/rst/common/settings-menu.rst Co-authored-by: Don Naro <dnaro@redhat.com> --------- Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Co-authored-by: Don Naro <dnaro@redhat.com>
* Fix: #14523 Add alt-text codeblock to Images for workflow_template.rst (#14604)23.4.0Ratan Gulati2023-11-071-28/+69
| | | | | | | | | | | | | | | | | | * add alt to images in workflow_templates.rst Signed-off-by: Ratan Gulati <ratangulati.dev@gmail.com> * add alt to images in workflow_templates.rst Signed-off-by: Ratan Gulati <ratangulati.dev@gmail.com> * Update workflow_templates.rst * Revised proposed alt text for workflow_templates.rst --------- Signed-off-by: Ratan Gulati <ratangulati.dev@gmail.com> Co-authored-by: TVo <thavo@redhat.com>
* Removed references to images that were deleted.Thanhnguyet Vo2023-11-071-4/+0
|
* Updated images - Workflow Templates chapter of Userguide.Thanhnguyet Vo2023-11-0727-0/+0
|
* Revised proposed alt text for insights.rstTVo2023-11-071-4/+4
|
* Update insights.rstBHANUTEJA2023-11-071-0/+2
|
* Update insights.rstBHANUTEJA2023-11-071-2/+7
|
* Revised the proposed Alt text for main_menu.rstTVo2023-11-061-15/+12
|
* Fix: #14511 Add alt-text codeblock to Images for Userguide: main_menu.rstRatan Gulati2023-11-061-0/+12
| | | | Signed-off-by: Ratan Gulati <ratangulati.dev@gmail.com>
* Re-do for PR #14595 to fix CI issues.Thanhnguyet Vo2023-11-037-62/+101
|