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 /tools/docker-compose/ansible/templates/tacacsplus_settings.json.j2 | |
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 '')
-rw-r--r-- | tools/docker-compose/ansible/templates/tacacsplus_settings.json.j2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/docker-compose/ansible/templates/tacacsplus_settings.json.j2 b/tools/docker-compose/ansible/templates/tacacsplus_settings.json.j2 deleted file mode 100644 index fe9dd8c391..0000000000 --- a/tools/docker-compose/ansible/templates/tacacsplus_settings.json.j2 +++ /dev/null @@ -1,7 +0,0 @@ -{ - "TACACSPLUS_HOST": "tacacs", - "TACACSPLUS_PORT": 49, - "TACACSPLUS_SECRET": "ciscotacacskey", - "TACACSPLUS_SESSION_TIMEOUT": 5, - "TACACSPLUS_AUTH_PROTOCOL": "ascii" -} |