diff options
author | jessicamack <jmack@redhat.com> | 2024-10-02 18:18:47 +0200 |
---|---|---|
committer | jessicamack <jmack@redhat.com> | 2024-10-15 23:43:32 +0200 |
commit | bf09b95b6159631d0681cda4961231eef6b945bf (patch) | |
tree | aaa7f64e1248c41e38c7c0017ab782242b4959f5 /tools | |
parent | Removed more mentions about SAML. (#15565) (diff) | |
download | awx-bf09b95b6159631d0681cda4961231eef6b945bf.tar.xz awx-bf09b95b6159631d0681cda4961231eef6b945bf.zip |
Remove OIDC (#15569)
* remove oidc
* remove test fields, linting fix
* merge commit
Diffstat (limited to 'tools')
-rw-r--r-- | tools/docker-compose/README.md | 2 | ||||
-rw-r--r-- | tools/docker-compose/ansible/templates/oidc_settings.json.j2 | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index 4175269f63..c8b7d32e2e 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -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. diff --git a/tools/docker-compose/ansible/templates/oidc_settings.json.j2 b/tools/docker-compose/ansible/templates/oidc_settings.json.j2 deleted file mode 100644 index dfeaa5809b..0000000000 --- a/tools/docker-compose/ansible/templates/oidc_settings.json.j2 +++ /dev/null @@ -1,6 +0,0 @@ -{ - "SOCIAL_AUTH_OIDC_KEY": "awx_oidc_client", - "SOCIAL_AUTH_OIDC_SECRET": "7b1c3527-8702-4742-af69-2b74ee5742e8", - "SOCIAL_AUTH_OIDC_OIDC_ENDPOINT": "https://{{ oidc_reference | default(container_reference) }}:8443/auth/realms/awx", - "SOCIAL_AUTH_OIDC_VERIFY_SSL": "False" -} |