Andrii Fedorchuk

Results 7 issues of Andrii Fedorchuk

Beim Versuch den Package zu installieren und auf dem Macbook mit M2 Prozessot laufen lassen, Installierung von Golangci-lint schlägt fehl. Das passiert, weil Packages mit curl heruntergeladen werden und es...

https://github.com/allaboutapps/go-starter/blob/c2482d4d3f4ad0e2ceef3bbacf426c5da0ff9ddc/internal/util/slice.go#L3C1-L12C2 Since You have migrated to go 1.21, this code is redundant. In go 1.21 was added a new package "slices to std lib" ```go import ( "slices" ) func...

https://github.com/allaboutapps/go-starter/blob/1711299596cb8f77466ee25f2788ce3cc4d6d9b0/internal/data/fixtures.go#L15-L17 ``` type Upsertable interface { Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, conflictColumns []string, updateColumns boil.Columns, insertColumns boil.Columns, opts ...models.UpsertOptionFunc) error } ```

After creating a namespace, the Core's global c.identityStore has been replaced with a new, namespace-specific store. This store had an empty cache, which removes the previously cached LDAP-login entity. Resolves...

bug
core/namespaces

## Description When using OpenBao with LDAP authentication and a policy that allows creating root-level namespaces, I can only create the first namespace. Any further attempts to create additional root...

bug
core/namespaces

The current namespace listing functionality has two areas that need attention: 1. Namespace List Output Format Current behavior shows a flat list of all namespaces including nested paths: ```bash $...

core/namespaces

### Summary This RFC proposes enhancing standby nodes in HA setup to handle read requests directly, eliminating the current bottleneck where all requests must be processed by the single active...

rfc