Skip to content

Commit

Permalink
Remove the doc which is not required and hide password in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Nov 6, 2024
1 parent c733718 commit 893c34a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ monitor server radius
service dot1x
probe interval 100 seconds
probe threshold failure 100
probe method access-request username arista password 7 141600021F102B
probe method access-request username arista password 7 <removed>
```

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ monitor server radius
{% if monitor_server_radius.probe.access_request.username is arista.avd.defined and
monitor_server_radius.probe.access_request.password is arista.avd.defined %}
{% set access_request = monitor_server_radius.probe.access_request %}
probe method access-request username {{ access_request.username }} password {{ access_request.password_type | arista.avd.default("7") }} {{ access_request.password }}
probe method access-request username {{ access_request.username }} password {{ access_request.password_type | arista.avd.default("7") }} {{ access_request.password | arista.avd.hide_passwords(hide_passwords) }}
{% endif %}
{% endif %}
{% endif %}

0 comments on commit 893c34a

Please sign in to comment.