Djebran Lezzoum
|
f22b192fb4
|
Remove LDAP authentication (#15546)
Remove LDAP authentication from AWX
|
2024-10-15 17:43:32 -04:00 |
|
Chris Meyers
|
6df47c8449
|
Rework which loggers we sent to OTEL
* Send all propagate=False loggers to OTEL AND the awx logger
|
2024-05-31 13:55:17 -04:00 |
|
Chris Meyers
|
0eb465531c
|
Centralized logging via otel
|
2024-05-31 13:55:17 -04:00 |
|
James
|
20f054d600
|
Expose websockets on api prefix v2
|
2024-05-01 10:44:51 -04:00 |
|
Alan Rominger
|
d0acb1c53f
|
Delete cp of local_settings.py file in test running, because path no longer exists (#13894)
* Change reference to moved local_settings.py file
* Do not appy local_settings to test runner
|
2023-04-20 13:19:00 -04:00 |
|
Shane McDonald
|
2fca07ee4c
|
Allow serving app from non-root path in dev env
Usage:
$ EXTRA_SOURCES_ANSIBLE_OPTS='-e ingress_path=/awx' make docker-compose
$ curl http://localhost:8013/awx/api/v2/ping/
|
2023-02-24 09:29:17 -05:00 |
|