Evgeniy Belyi
Evgeniy Belyi
Sorry for the late response @srenatus. I've attempted to build with wasm and encountered some problems. This is the project: https://github.com/elastic/csp-security-policies. We have this code [main.rego](https://github.com/elastic/csp-security-policies/blob/main/bundle/compliance/main.rego#L22-L27), that cycles across `benchmarks`....
@jindong-ibm @anuj812 Hello, We do not have STS. Previously, I've created a POC that implements STS and IAM in NooBaa. The POC allowed configuring Azure's AD with NooBaa and using...
@QuintinBecker @lallinger-arbeit I've noticed that the mapReduce isn't scanning an index. Please try adding the following index to the collection and re-run your mapReduce queries. ```db.func_stats.createIndex({ system: 1, func: 1,...
@akmithal Works as designed, we return the slow-down message to the client and expect it to reduce the rate of requests. This is returned due to a bottleneck on memory...
@QuintinBecker I've attached the relevant people to review your contribution. Thank you!
The current state of the bucket_policy checks is invalid. We do not actually do anything with the checks there and they are just implemented without actually doing something. The decision...
@gbadanahatti Hello, This is a known gap. You can take a look at https://github.com/noobaa/noobaa-core/issues/3642 to get more details. In AWS SDK you can take a look at https://github.com/aws/aws-sdk-js/issues/965 to get...
@lallinger-arbeit Reopened
https://github.com/noobaa/noobaa-operator/pull/693 https://github.com/noobaa/noobaa-operator/pull/695
This issue is a bit skewed from the eventual code that we've committed. Currently, the code that we have creates snapshots for all of the certain EC2 resource volumes in...