Skip to content

Commit

Permalink
feat: update README.md (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
liewstar authored Oct 5, 2024
1 parent 67af98f commit b6dc445
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Pulsar-authz
![License](https://img.shields.io/github/license/jcasbin/pulsar-authz)
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin.pulsar.authorization/casbin-pulsar-authz.svg)](https://central.sonatype.com/artifact/org.casbin.pulsar.authorization/casbin-pulsar-authz)

An authorization plugin for Apache Pulsar.

**Note:** This plugin requires Pulsar 2.9 or higher.

## Installation

``` xml
<dependency>
<groupId>org.casbin.pulsar.authorization</groupId>
<artifactId>casbin-pulsar-authz</artifactId>
<version>1.0.0</version>
</dependency>
```

### Enable Casbin authorization on Broker

```ini
Expand Down

0 comments on commit b6dc445

Please sign in to comment.