kafka-security-manager icon indicating copy to clipboard operation
kafka-security-manager copied to clipboard

Add a UI

Open simplesteph opened this issue 6 years ago • 2 comments

PR most welcome.

Features

  • I'm thinking right now a read only API to view the list of ACLs in a searchable table.

Implementation

To make things fun (and always keep on learning):

  • I want to expose an API from KSM as a gRPC endpoint + REST Gateway
  • I want to have a separate project for the UI: https://github.com/simplesteph/kafka-security-manager-ui written in Dart

Tasks

  • [x] gRPC Endpoints
  • [x] rest gateway
  • [ ] ui

simplesteph avatar May 05 '18 14:05 simplesteph

Preliminary work solving #17

simplesteph avatar May 09 '18 04:05 simplesteph

This might have to wait for: https://github.com/grpc/grpc-web Or put a go proxy in front of the API in the meantime

simplesteph avatar May 09 '18 04:05 simplesteph