Allowlist
Unlike most other types of Knocknoc backends that require the Knocknoc agent to actively push grants into the target system, the Allowlist backend simply publishes a list of active grants via the API.
Pros
- Does not require a Knocknoc agent.
- Provides an additional option for custom integrations.
Cons
- Knocknoc cannot know if/when grants are applied on the target system, therefore less feedback is provided to users.
- We rely on appliances/clients to poll for allowlist updates, so they are potentially slower.
- Since Knocknoc only publishes the active allowlist, the client must implement revocation/deny.
Usage
- Add an API key with scope allowlist.readonly.
- Add a backend of type "Allowlist".
- Copy the provided URL. This is where your allowlist grants will be published.
- Optionally you may enable http basic authentication on the URL.
The Allowlist backend is available in Knocknoc v5.2.