Skip to content

Commit

Permalink
Update mikrotik.markdown (#34989)
Browse files Browse the repository at this point in the history
* Update mikrotik.markdown

The "need restricted privileges only" suggested to me that this integration needed access to functions that are restricted. Instead this section tries to limit the access it gets, which is very good.

Hopefully this clarifies it a bit.

* Update source/_integrations/mikrotik.markdown

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
helmo and coderabbitai[bot] authored Oct 1, 2024
1 parent 8e12cdb commit 71d4d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_integrations/mikrotik.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If everything is working fine you can disable the pure `api` service in RouterOS

## The user privileges in RouterOS

To use this device tracker you need restricted privileges only. To enhance the security of your MikroTik device create a "read only" user who is able to connect to API and perform ping test only:
To use this device tracker, you only need limited privileges. To enhance the security of your MikroTik device, create a "read only" user who can connect to API and perform ping test only:

```bash
/user group add name=homeassistant policy=read,api,test,!local,!telnet,!ssh,!ftp,!reboot,!write,!policy,!winbox,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp
Expand Down

0 comments on commit 71d4d5b

Please sign in to comment.