Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TACACS to dump_auth_config command #15111

Open
wants to merge 6 commits into
base: devel
Choose a base branch
from

Conversation

jessicamack
Copy link
Member

@jessicamack jessicamack commented Apr 15, 2024

SUMMARY

dump_auth_config will now also dump TACACS config data.

ISSUE TYPE
  • New or Enhanced Feature
COMPONENT NAME
  • Other
AWX VERSION
awx: 24.2.1.
ADDITIONAL INFORMATION

if TACACS is not configured

    {
        "TACACS_missing_fields": [
            "HOST",
            "SECRET"
        ]
    }

if TACACS is configured

    {
        "type": "ansible_base.authentication.authenticator_plugins.tacacs",
        "name": "TACACS",
        "enabled": true,
        "create_objects": true,
        "users_unique": false,
        "remove_users": true,
        "configuration": {
            "HOST": "localhost",
            "PORT": 49,
            "AUTH_PROTOCOL": "ascii",
            "REM_ADDR": false,
            "SECRET": "test",
            "SESSION_TIMEOUT": 5
        }
    }

Signed-off-by: jessicamack <[email protected]>
@jessicamack
Copy link
Member Author

Converting to draft because I'll be adding the feedback changes from #15106

@jessicamack jessicamack marked this pull request as ready for review April 22, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant