diff options
author | Djebran Lezzoum <ldjebran@gmail.com> | 2024-10-02 15:50:17 +0200 |
---|---|---|
committer | jessicamack <jmack@redhat.com> | 2024-10-15 23:43:32 +0200 |
commit | e4c11561cc9b845974ba972aedc2825efc94e4ef (patch) | |
tree | 09f57ecaf7838cac14cb2914abd38b6c2cc53dcd /Makefile | |
parent | Remove LDAP authentication (#15546) (diff) | |
download | awx-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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) \ |