diff options
author | Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> | 2024-10-02 20:28:17 +0200 |
---|---|---|
committer | jessicamack <jmack@redhat.com> | 2024-10-15 23:43:32 +0200 |
commit | 31e47706b99d7e217943c96e543ba827c2399fcd (patch) | |
tree | a79a2f1e955ae4ce9d3ff75abcad085609e92fde /tools | |
parent | Remove sso app (#15550) (diff) | |
download | awx-31e47706b99d7e217943c96e543ba827c2399fcd.tar.xz awx-31e47706b99d7e217943c96e543ba827c2399fcd.zip |
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 <21223244+jessicamack@users.noreply.github.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/docker-compose/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index c8b7d32e2e..6b4014a699 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -193,7 +193,7 @@ The first time you start the environment, database migrations need to run in ord ```bash awx_1 | Operations to perform: awx_1 | Synchronize unmigrated apps: solo, api, staticfiles, debug_toolbar, messages, channels, django_extensions, ui, rest_framework, polymorphic -awx_1 | Apply all migrations: sso, taggit, sessions, sites, kombu_transport_django, social_auth, contenttypes, auth, conf, main +awx_1 | Apply all migrations: sso, taggit, sessions, sites, kombu_transport_django, contenttypes, auth, conf, main awx_1 | Synchronizing apps without migrations: awx_1 | Creating tables... awx_1 | Running deferred SQL... |