Abduh
Abduh
**Is your feature request related to a problem? Please describe.** Current shield coverage is ~50%. We could improve the unit tests in shield and aim for 70% for now. **Describe...
**Describe the bug** There are several improper status code return by shield server API **To Reproduce** - Create user that already exist with `POST /admin/v1beta1/users` return 500 - Create a...
**Summary** For some basic CRUD, ORM is helpful and help us faster in development. However, in our current state of Guardian, there are some cases when using gorm as an...
**Summary** Guardian is currently using `go-sqlmock` to test its store layer and there might be some specific cases that this approach does not cover since we are not testing the...
Summary We need to support access management of Postgres. Proposed solution - [ ] Provider configuration for Postgres - [ ] Postgres client - [ ] Postgres resource & access...
**Summary** ODPF project structure [standard](https://github.com/odpf/handbook/blob/master/go/structure.md) prefer to follow domain-driven structure where each domain is located inside its domain main package inside `core` package. However in guardian, we still have a...
**Summary** We need to add [column level access control](https://cloud.google.com/bigquery/docs/column-level-security-intro) for big query **Proposed solution** TODO: analyze this
I am adding steps to deploy Elasticsearch with Docker (docker-compose)
**Is your feature request related to a problem? Please describe.** We are currently having a bunch of API and we might have more in the future. For each feature there...
**Is your feature request related to a problem? Please describe.** I want compass to be able to send notification for each events in itself. **Describe the solution you'd like** Compass...