Keenan Nemetz
Keenan Nemetz
A repository settings page in the web UI will enable changes to things that are clunky via the CLI. - [ ] Rename - [ ] Delete - [ ]...
Validator functions should return a list of all errors encountered using `errors.Join` or similar. Example: https://github.com/sourcenetwork/defradb/blob/develop/db/collection.go#L655
This issue is for tracking the overall progress of creating a network abstraction. - [ ] Replace gRPC with custom `libp2p` protocol - [ ] Move block processing logic to...
This issue tracks the progress for DefraDB in the browser. ```[tasklist] ### Tasks - [ ] https://github.com/sourcenetwork/defradb/issues/2441 - [ ] https://github.com/sourcenetwork/defradb/issues/2442 ```
Badger has support for encryption at rest, but there is no documentation for how to enable it for DefraDB.
To enhance the security of the DefraDB admin API we should move it to a separate port binding from the GraphQL endpoint. The admin API can retain a `/graphql` endpoint...