Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove oauth provider #15588

Open
wants to merge 7 commits into
base: devel
Choose a base branch
from
Open

Commits on Oct 24, 2024

  1. Remove oauth provider

    This removes the oauth provider functionality from awx. The
    oauth2_provider app and all references to it have been removed.
    Migrations to delete the two tables that locally overwrote
    oauth2_provider tables are included. This change does not include
    migrations to delete the tables provided by the oauth2_provider app.
    
    Also not included here are changes to awxkit, awx_collection or the ui.
    gravesm committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d3308ee View commit details
    Browse the repository at this point in the history
  2. Fix docs build

    gravesm committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    234c19a View commit details
    Browse the repository at this point in the history
  3. Fix linters

    gravesm committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e668973 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55fb7c7 View commit details
    Browse the repository at this point in the history
  5. Update collection tests for auth changes

    The changes in ansible#15554 will cause a
    few collection tests to fail, depending on what the test configuration
    is. This changes the tests to look for a specific warning rather than
    counting the number of warnings emitted.
    gravesm committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f587b36 View commit details
    Browse the repository at this point in the history
  6. Remove oauth related collection modules

    This removes the application and token modules, and their associated
    tests, from the collection. In addition, the export module and awxkit
    have been updated to no longer export application resources.
    gravesm committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    adcf3bd View commit details
    Browse the repository at this point in the history
  7. Update migration

    gravesm committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4bfc6a3 View commit details
    Browse the repository at this point in the history