Tags: ewaldmire/awx
Tags
Prevent assigning credential to user of other org (ansible#15296) Utilizes the `validate_role_assignment` callback from dab (see dab PR ansible#490) to prevent granting credential access to a user of another organization. This logic will work for role_user_assignments and role_team_assignments endpoints. Signed-off-by: Seth Foster <[email protected]>
Fix object-level permission bugs with DAB RBAC system (ansible#15284) * Fix object-level permission bugs with DAB RBAC system * Fix NT organization change regression * Mark tests to AAP number
Fix up ansible-test sanity checks due to ansible 2.17 release (ansibl… …e#15208) * Fix up ansible sanity checks * Fix awx-collection test failure * Add ignore for ansible-test 2.17 --------- Signed-off-by: Seth Foster <[email protected]> Co-authored-by: Hao Liu <[email protected]>
Do some aesthetic adjustments to role presentation fields (ansible#15153 ) * Do some asthetic adjustments to role presentation fields * Correctly test managed setup * Minor migration adjustments
Backports previously approved corrections. (ansible#15121) * Backports previously approved corrections. * Deleted a blank line in inventories line 100
Publish amd64 and arm64 awx image on release (ansible#15053) * 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)
Dockerfile: Fix collectstatic command (ansible#15035) Recent changes in awx and/or django ansible base cause the django collectstatic command to fail when using an empty settings file. Instead, use the defaults settings file from controller via DJANGO_SETTINGS_MODULE=awx.settings.defaults [linux/amd64 builder 13/13] RUN AWX_SETTINGS_FILE=/dev/null SKIP_SECRET_KEY_CHECK=yes SKIP_PG_VERSION_CHECK=yes /var/lib/awx/venv/awx/bin/awx-manage collectstatic --noinput --clear Traceback (most recent call last): (...) django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details. Signed-off-by: Dimitri Savineau <[email protected]>
Prune dangle image periodically (ansible#14957) Prune dangle image periodically pairs with ansible/ansible-runner#1342 this fix the problem of us forcefully remove images when setting changing ee image that's being used in a job causing the job to fail
Publish multi-arch versioned awx-ee dependent on ansible/awx-ee#235
PreviousNext