summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjessicamack <jmack@redhat.com>2024-10-02 16:10:28 +0200
committerjessicamack <jmack@redhat.com>2024-10-15 23:43:32 +0200
commit0f0919937dcb3b9f46cfb6fe7739d8f32fe4ec76 (patch)
tree1a284ee57c452599b9f017addabd2eeebae5a86a /Makefile
parentRemove social oauth (Azure, Github, Google) (#15549) (diff)
downloadawx-0f0919937dcb3b9f46cfb6fe7739d8f32fe4ec76.tar.xz
awx-0f0919937dcb3b9f46cfb6fe7739d8f32fe4ec76.zip
Remove Keycloak (#15567)
remove keycloak
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 686a9eb4ff..1af79f86e8 100644
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,6 @@ COMPOSE_TAG ?= $(GIT_BRANCH)
MAIN_NODE_TYPE ?= hybrid
# If set to true docker-compose will also start a pgbouncer instance and use it
PGBOUNCER ?= false
-# If set to true docker-compose will also start a keycloak instance
-KEYCLOAK ?= false
# If set to true docker-compose will also start a splunk instance
SPLUNK ?= false
# If set to true docker-compose will also start a prometheus instance
@@ -503,7 +501,6 @@ docker-compose-sources: .git/hooks/pre-commit
-e execution_node_count=$(EXECUTION_NODE_COUNT) \
-e minikube_container_group=$(MINIKUBE_CONTAINER_GROUP) \
-e enable_pgbouncer=$(PGBOUNCER) \
- -e enable_keycloak=$(KEYCLOAK) \
-e enable_splunk=$(SPLUNK) \
-e enable_prometheus=$(PROMETHEUS) \
-e enable_grafana=$(GRAFANA) \