summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDjebran Lezzoum <ldjebran@gmail.com>2024-10-02 15:50:17 +0200
committerjessicamack <jmack@redhat.com>2024-10-15 23:43:32 +0200
commite4c11561cc9b845974ba972aedc2825efc94e4ef (patch)
tree09f57ecaf7838cac14cb2914abd38b6c2cc53dcd /Makefile
parentRemove LDAP authentication (#15546) (diff)
downloadawx-e4c11561cc9b845974ba972aedc2825efc94e4ef.tar.xz
awx-e4c11561cc9b845974ba972aedc2825efc94e4ef.zip
Remove TACACS+ authentication (#15547)
Remove TACACS+ authentication from AWX. Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 257590f091..686a9eb4ff 100644
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,6 @@ GRAFANA ?= false
VAULT ?= false
# If set to true docker-compose will also start a hashicorp vault instance with TLS enabled
VAULT_TLS ?= false
-# If set to true docker-compose will also start a tacacs+ instance
-TACACS ?= false
# If set to true docker-compose will also start an OpenTelemetry Collector instance
OTEL ?= false
# If set to true docker-compose will also start a Loki instance
@@ -511,7 +509,6 @@ docker-compose-sources: .git/hooks/pre-commit
-e enable_grafana=$(GRAFANA) \
-e enable_vault=$(VAULT) \
-e vault_tls=$(VAULT_TLS) \
- -e enable_tacacs=$(TACACS) \
-e enable_otel=$(OTEL) \
-e enable_loki=$(LOKI) \
-e install_editable_dependencies=$(EDITABLE_DEPENDENCIES) \