Remove Keycloak (#15567)

remove keycloak
This commit is contained in:
jessicamack
2024-10-02 10:10:28 -04:00
parent bcd006f1a5
commit 0f0919937d
7 changed files with 0 additions and 2076 deletions

View File

@@ -20,9 +20,6 @@ work_sign_key_dir: '../_sources/receptor'
work_sign_private_keyfile: "{{ work_sign_key_dir }}/work_private_key.pem"
work_sign_public_keyfile: "{{ work_sign_key_dir }}/work_public_key.pem"
# SSO variables
enable_keycloak: false
# Hashicorp Vault
enable_vault: false
vault_tls: false

View File

@@ -127,25 +127,6 @@ services:
- "awx_{{ container_postfix }}"
{% endfor %}
{% endif %}
{% if enable_keycloak|bool %}
keycloak:
image: quay.io/keycloak/keycloak:15.0.2
container_name: tools_keycloak_1
hostname: keycloak
user: "{{ ansible_user_uid }}"
networks:
- awx
ports:
- "8443:8443"
environment:
DB_VENDOR: postgres
DB_ADDR: postgres
DB_DATABASE: keycloak
DB_USER: {{ pg_username }}
DB_PASSWORD: {{ pg_password }}
depends_on:
- postgres
{% endif %}
{% if enable_splunk|bool %}
splunk:
image: splunk/splunk:latest