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

Removal of Third Party Auth #15571

Merged
merged 10 commits into from
Oct 15, 2024
Merged

Removal of Third Party Auth #15571

merged 10 commits into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. Remove LDAP authentication (#15546)

    Remove LDAP authentication from AWX
    ldjebran authored and TheRealHaoLiu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9892379 View commit details
    Browse the repository at this point in the history
  2. Remove TACACS+ authentication (#15547)

    Remove TACACS+ authentication from AWX.
    
    Co-authored-by: Hao Liu <[email protected]>
    ldjebran and TheRealHaoLiu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1e0170c View commit details
    Browse the repository at this point in the history
  3. Remove RADIUS authentication (#15548)

    Remove RADIUS authentication from AWX
    
    Do not remove models fields and tables let it for a stage where all the work of removing external auth finished AAP-27707
    
    Co-authored-by: Hao Liu <[email protected]>
    ldjebran and TheRealHaoLiu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b9c3eaf View commit details
    Browse the repository at this point in the history
  4. Remove social oauth (Azure, Github, Google) (#15549)

    Remove social oauth (Azure, Github, Google)
    
    Co-authored-by: jessicamack <[email protected]>
    2 people authored and TheRealHaoLiu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7c2a440 View commit details
    Browse the repository at this point in the history
  5. Remove Keycloak (#15567)

    remove keycloak
    jessicamack authored and TheRealHaoLiu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    08a4055 View commit details
    Browse the repository at this point in the history
  6. Removed more mentions about SAML. (#15565)

    * Removed docs associated with SAML auth.
    
    * Removed more mentions about SAML.
    
    ---------
    
    Co-authored-by: jessicamack <[email protected]>
    2 people authored and TheRealHaoLiu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e099729 View commit details
    Browse the repository at this point in the history
  7. Remove OIDC (#15569)

    * remove oidc
    
    * remove test fields, linting fix
    
    * merge commit
    jessicamack authored and TheRealHaoLiu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a0bd5b4 View commit details
    Browse the repository at this point in the history
  8. Remove SAML authentication (#15568)

    * remove saml
    
    * remove license file and management command
    
    * update requirements, add migrations
    
    * remove unused imports
    jessicamack authored and TheRealHaoLiu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c5d235e View commit details
    Browse the repository at this point in the history
  9. Remove sso app (#15550)

    Remove sso app.
    ldjebran authored and TheRealHaoLiu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6ff642d View commit details
    Browse the repository at this point in the history
  10. 3rd party auth removal cleanup

    - Sequentiallize auth config removal migrations
    - Remove references to third party auth
    - update license files
    - lint fix
    - Remove unneeded docs
    - Remove unreferenced file
    - Remove social auth references from docs
    - Remove rest of sso dir
    - Remove references to third part auth in docs
    - Removed screenshots of UI listing removed settings
    - Remove AuthView references
    - Remove unused imports
    ...
    
    Co-Authored-By: jessicamack <[email protected]>
    TheRealHaoLiu and jessicamack committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d942da1 View commit details
    Browse the repository at this point in the history