Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warrant-dev/edge-agent
Warrant Edge agent
https://github.com/warrant-dev/edge-agent
access-control authorization edge-computing
Last synced: 3 months ago
JSON representation
Warrant Edge agent
- Host: GitHub
- URL: https://github.com/warrant-dev/edge-agent
- Owner: warrant-dev
- License: apache-2.0
- Created: 2022-06-16T18:50:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T13:15:41.000Z (9 months ago)
- Last Synced: 2024-04-19T18:11:46.891Z (9 months ago)
- Topics: access-control, authorization, edge-computing
- Language: Go
- Homepage: https://docs.warrant.dev
- Size: 163 KB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Warrant Edge Agent
## What is the Warrant Edge Agent?
The Warrant Edge Agent is a lightweight service that can process Warrant access check requests. It can be deployed in any cloud environment to minimize the latency of access check requests from services using Warrant to enforce authorization. The Edge Agent serves access check requests from a local cache and connects to `stream.warrant.dev` to receive updates as access rules are modified in order to keep it's cache up-to-date.
## Should I use the Warrant Edge Agent?
Teams with strict latency and reliability requirements can deploy the Warrant Edge Agent in their own infrastructure for improved latency and availability.
## Getting Started
To get started with the Warrant Edge Agent, refer to our documentation on [Setting up the Edge Agent](https://docs.warrant.dev/quickstart/edge-agent).
## About Warrant
[Warrant](https://warrant.dev) provides APIs and infrastructure for implementing authorization and access control. Check out our [docs](https://docs.warrant.dev) to learn more.