-
|
Hi, is there a way to grant access only to NetBox? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In Malcolm you don't create users through the individual tools (NetBox, Arkime, etc.), the Malcolm authentication is done at the reverse-proxy level and then passes it through to the tools. Are you using Keycloak (either local Malcolm-managed or external) for your authentication method? That is the only Malcolm authentication method supporting role-based access controls. If you do that, you can do fine-grained permissions (e.g., give a user only |
Beta Was this translation helpful? Give feedback.
In Malcolm you don't create users through the individual tools (NetBox, Arkime, etc.), the Malcolm authentication is done at the reverse-proxy level and then passes it through to the tools. Are you using Keycloak (either local Malcolm-managed or external) for your authentication method? That is the only Malcolm authentication method supporting role-based access controls. If you do that, you can do fine-grained permissions (e.g., give a user only
ROLE_NETBOX_READ_ACCESS).