summaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix typos in docs/development/minikube.mdSurav Shrestha2023-10-251-2/+2
|
* Fix: typos inside /docs directory (#14594)Parikshit Adhikari2023-10-244-10/+10
| | | fix typos inside docs
* Pip compile docsite requirements (#14449)Don Naro2023-10-242-3/+79
| | | | Co-authored-by: Sviatoslav Sydorenko <578543+webknjaz@users.noreply.github.com> Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* Alt text for Execution Env section of Userguide (#14576)BHANUTEJA2023-10-201-2/+7
| | | Co-authored-by: TVo <thavo@redhat.com>
* Adds alt text to instance_groups.rst images (#14571)Mike Mwanje2023-10-201-1/+7
| | | Co-authored-by: TVo <thavo@redhat.com>
* Add alt text for image directives in credential_types.rst (#14551)Kishan Mehta2023-10-201-0/+8
| | | | Co-authored-by: Kishan Mehta <kishan@scrapinghub.com> Co-authored-by: TVo <thavo@redhat.com>
* Add alt text for image directives in credentials.rst (#14550)Kishan Mehta2023-10-201-0/+28
| | | | Co-authored-by: Kishan Mehta <kishan@scrapinghub.com> Co-authored-by: TVo <thavo@redhat.com>
* Add alt text for image directives in job_capacity.rst & job_slices.rst (#14549)Kishan Mehta2023-10-202-1/+4
| | | | Co-authored-by: Kishan Mehta <kishan@scrapinghub.com> Co-authored-by: TVo <thavo@redhat.com>
* Add alt text for image directives in job_templates.rst (#14548)Kishan Mehta2023-10-191-2/+31
| | | Co-authored-by: Kishan Mehta <kishan@scrapinghub.com>
* added alt-text in projects.rst (#14544)Sayyed Faisal Ali2023-10-191-0/+36
| | | | Signed-off-by: c0de-slayer <fsali315@gmail.com> Co-authored-by: TVo <thavo@redhat.com>
* Corrected missing text replacement directives (#14592)TVo2023-10-191-3/+10
|
* [DOCS] EE guide: fix a ref to Get started with EE (#14587)Andrew Klychkov2023-10-191-1/+1
|
* Adding alt text for image (#14541)Deepshri M2023-10-171-0/+4
| | | Signed-off-by: Deepshri M <deepshrim613@gmail.com>
* docs: Update teams.rst (#14539)Rohit Raj2023-10-171-11/+14
| | | Co-authored-by: TVo <thavo@redhat.com>
* docs: Update users.rst (#14538)Rohit Raj2023-10-171-20/+14
| | | Co-authored-by: TVo <thavo@redhat.com>
* docs: Update security.rst (#14540)Rohit Raj2023-10-171-1/+2
| | | Co-authored-by: Don Naro <dnaro@redhat.com>
* added alt-text in project-sign.rst (#14545)Sayyed Faisal Ali2023-10-161-0/+4
| | | | Signed-off-by: c0de-slayer <fsali315@gmail.com> Co-authored-by: TVo <thavo@redhat.com>
* Added alt-text for images in notifications.rst (#14555)Surendran2023-10-121-4/+22
| | | | Signed-off-by: Surendran Gokul <surendrangokul55@gmail.com> Co-authored-by: Don Naro <dnaro@redhat.com>
* Added alt-text for images in organizations.rst (#14556)Surendran2023-10-121-1/+8
| | | | Signed-off-by: Surendran Gokul <surendrangokul55@gmail.com> Co-authored-by: Don Naro <dnaro@redhat.com>
* ee_reference.rst: refert to Builder's definition docs instead of duplicating ↵Andrew Klychkov2023-10-111-298/+2
| | | | its content (#14562)
* Fix: #14510 Add alt-text codeblock to Images for Userguide: jobs.rst (#14530)Aviral Katiyar2023-10-101-13/+27
| | | | Signed-off-by: maskboyAvi <aviralofficial1729@gmail.com> Co-authored-by: Don Naro <dnaro@redhat.com>
* docs: Update workflows.rst (#14537)Rohit Raj2023-10-061-27/+22
|
* Fix: #14500 Added alt text to images for Userguide: credential_plugins.rst ↵Aviral Katiyar2023-10-061-8/+13
| | | | | | (#14527) Signed-off-by: maskboyAvi <aviralofficial1729@gmail.com> Co-authored-by: Don Naro <dnaro@redhat.com>
* Fix: #14499 Added alt text to images for Userguide: applications_auth.rst ↵Aviral Katiyar2023-10-051-2/+6
| | | | | | (#14526) Signed-off-by: maskboyAvi <aviralofficial1729@gmail.com> Co-authored-by: Don Naro <dnaro@redhat.com>
* Update setting_up.rst (#14542)Chris Meyers2023-10-051-1/+1
|
* issue-14522: Add alt-text codeblock to Images for Userguide: webhooks.rst ↵Michelle McCausland2023-10-051-3/+20
| | | | | (#14529) Signed-off-by: Michelle McCausland <mmccausl@redhat.com>
* Fix : #14490 Fixed the required spelling errors (#14507)Aviral Katiyar2023-10-035-6/+6
| | | Signed-off-by: maskboyAvi <aviralofficial1729@gmail.com>