0.41.0 • Published 4 months ago

cerbosctl v0.41.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

cerbosctl

npm

Cerbos helps you super-charge your authorization implementation by writing context-aware access control policies for your application resources. Author access rules using an intuitive YAML configuration language, use your Git-ops infrastructure to test and deploy them, and make simple API requests to the Cerbos policy decision point (PDP) server to evaluate the policies and make dynamic access decisions.

This package provides the cerbosctl binary in an npm package. To interact with the Cerbos PDP from your application, you can use the SDK.

Installation

$ npm install cerbosctl

Note that this package relies on platform-specific optional dependencies, so make sure you don't omit these when installing dependencies (for example, don't pass the --no-optional flag to npm).

Supported platforms

OSArchitecture
darwinarm64
darwinx64
linuxarm64
linuxx64

Further reading

Get help