TungHoang

Results 6 issues of TungHoang

I'm wondering if we should dedicate some times to v2 documentation ?

## What As mentioned in the [docs](https://github.com/liftbridge-io/liftbridge/blob/master/documentation/authentication_authorization.md#authorization), there are a few issues remained in the authorization feature (which is experimental): - (1) Authz is not synced across different nodes in...

## What * Use RaftLog to handle policy persistence on the cluster. * Add DeprecationWarning for file-based authorization method. * Add `AddPolicy`, `RevokePolicy` and `ListPolicy` endpoints to handle ACL policy...

## Why To solve https://github.com/liftbridge-io/liftbridge/issues/409 ## What - Add `AddPolicy`, `RevokePolicy`, `ListPolicy` implementation in the client Required https://github.com/liftbridge-io/liftbridge-api/pull/57

# TL;DR Solve https://github.com/flyteorg/flyte/issues/327 ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin ## Are all requirements met? - [ ] Code completed - [...

## Why To solve: https://github.com/liftbridge-io/liftbridge/issues/409 ## What Add endpoints and message exchange protocol to: - Add an ACL policy - Revoke an ACL policy - List all existing ACL policies