Remove OIDC (#15569)

* remove oidc

* remove test fields, linting fix

* merge commit
This commit is contained in:
jessicamack
2024-10-02 12:18:47 -04:00
parent 65817d4fa4
commit bf09b95b61
5 changed files with 22 additions and 70 deletions

View File

@@ -271,7 +271,6 @@ $ make docker-compose
- [Using Logstash](./docs/logstash.md)
- [Start a Cluster](#start-a-cluster)
- [Start with Minikube](#start-with-minikube)
- [SAML and OIDC Integration](#saml-and-oidc-integration)
- [Splunk Integration](#splunk-integration)
### Start a Shell
@@ -352,7 +351,6 @@ If you want to clean all things once your are done, you can do:
(host)$ make docker-compose-container-group-clean
```
### Splunk Integration
Splunk is a log aggregation tool that can be used to test AWX with external logging integration. This section describes how to build a reference Splunk instance and plumb it with your AWX for testing purposes.