Kartik Verma

Results 10 issues of Kartik Verma

Many unnecessary `fmt.Print*()` have been found throughout code base. If this is for debugging, I believe a debugger could be used. 1. Remove `fmt.Println` & `fmt.Printf` statements ```shell $ grep...

We have Object IDs that are of a size larger than 64 bytes, and we get this error while adding it to spicedb: ``` error: rpc error: code = InvalidArgument...

Expectation - [x] request cancellation or interruption from client side should not stop processing on shield side

- [x] Add backend and resource type column - [x] Change behaviour of bootstrap to update namespace table - [x] Change behaviour in authz middleware to get resource from backend...

- 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

There are many places where we are using both `namespace.Namespace` and `NamespaceID`. We had planned to only use IDs instead of using whole object ```go type Action struct { ID...

An Invisible Recapture can be added to prevent bots while generating new short url.

**Describe the bug** I am not able to set shortcuts in Jetbrains **Expected behavior** i want to assign Ctrl + N (Alt + N on US Keyboard) on this command,...

bug

## Description When using emoji characters inside Ink's Box component, the left border becomes misaligned, causing visual rendering issues. ## Expected Behavior Box borders should remain properly aligned regardless of...