Skip to content

NAUTI ClearPass

Aruba ClearPass is a policy management platform that allows for network access control.

NAUTI Collection Model Compatibility

Name Fetch Add Update Delete
devices

Configuration

As mentioned within Architecture the nauti-clearpass package requires a configuration file to function correctly. Environment variables can be used to hide credentials.

[clearpass.default]
    url = "$CLEARPASS_ADDR"
    credentials.client_id = "$CLEARPASS_CLIENT_ID"
    credentials.client_secret = "$CLEARPASS_CLIENT_SECRET"
    options.timeout = 60

[clearpass.vars]
    tacacs_secret = "$TACACS_SECRET"

Source Code: https://github.com/nauti-netdev/nauti-clearpass