diff options
author | jessicamack <jmack@redhat.com> | 2024-10-02 16:10:28 +0200 |
---|---|---|
committer | jessicamack <jmack@redhat.com> | 2024-10-15 23:43:32 +0200 |
commit | 0f0919937dcb3b9f46cfb6fe7739d8f32fe4ec76 (patch) | |
tree | 1a284ee57c452599b9f017addabd2eeebae5a86a /Makefile | |
parent | Remove social oauth (Azure, Github, Google) (#15549) (diff) | |
download | awx-0f0919937dcb3b9f46cfb6fe7739d8f32fe4ec76.tar.xz awx-0f0919937dcb3b9f46cfb6fe7739d8f32fe4ec76.zip |
Remove Keycloak (#15567)
remove keycloak
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) \ |