frontier icon indicating copy to clipboard operation
frontier copied to clipboard

Frontier is an all-in-one user management platform that provides identity, access and billing management to help organizations secure their systems and data. (Open source alternative to Clerk)

Results 60 frontier issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

making shield relevant changes using https://github.com/odpf/salt/pull/27

**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...

bug

Add `mapstructure` tags to parse shield config through viper in expected ways

- When Authz Hook faces any issue, we should return as `InternalServerError`

bug
proxy
hooks

Zap configurations should be pushed to grpc middleware here: [cmd/setup.go#L47](https://github.com/odpf/shield/blob/main/cmd/setup.go#L47)

good first issue

Add org filter in list groups api Add support for pagination and sorting

**Is your feature request related to a problem? Please describe.** As shield does authorisation and can modify resources/policies/groups/roles - it is imperative to keep track of all the changes done...

enhancement

**Describe the bug** I am receiving an unexpected error when calling the `ListUsers` endpoint using gRPC. ``` ERROR: Code: Internal Message: unexpected HTTP status code received from server: 400 (Bad...