isan_rivkin
isan_rivkin
We currently configure the chart to use local service names `fluffy-sso` and `fluffy-rbac`. In some cases users need a way to use FQDN (i.e ..svc.cluster.local) or in general case, set...
When running `make test-race` the tests fail because of different concurrency problems that need to be solved. Mostly because of concurrent read/writes to hashmaps. **Expected Behavior** `make test-race` should pass...
Once in awhile some unit tests fail because of assumption on pods conditions. After running `make test` the error will Example 1: ``` --- FAIL: TestGetAlertByTags (0.00s) --- FAIL: TestGetAlertByTags/validate_checks...
- Update `--presign true` is now the default - Add F&Q about `.gitignore` Closes #7888
### What happened Our spark client crashes when we create a dataframe for all metaranges / ranges instead of a specific commitID. ### Steps to Reproduce: 1. Have a lakeFS...
- Update `--presign true` is now the default - Add F&Q about `.gitignore` Closes #7888
To configure the KV when using enterprise we must do it twice (i.e duplicate places to configure postgres). There should be single source of truth that lakeFS/fluffy both use. Regardless...
Our users are using different third party tools and frameworks that require S3 Gateway integration due to lack of lakeFS native support. An example is when using `mountpoint-s3` to upload...
### What happened? As part of the work on [IAM Minimal Permissions](https://github.com/treeverse/lakeFS/issues/6299#issuecomment-1688037606), we require lakeFS to work with presign URL only. For Get / Download it works as expected but...