Utkarsh Srivastava
Utkarsh Srivastava
Thank you so much @phil-opp for this book. I continue to enjoy reading it and would love to read more. If possible can you please let us know when we...
### Explain the changes This PR attempts to remove `allowed_buckets` construct from Noobaa core: 1. The construct of `allowed_buckets.permission_list` is replaced with Bucket Policy. 2. All the files that belonged...
## Overview Service meshes like Istio, linkerd, NGINX service mesh etc. have their versions either in the docker images running within the pods or they place some sort of annotations...
### Explain the changes This PR intends to add support for creating BucketClass in any namespace. The changes are made only in the controllers, if approved then appropriate changes will...
Signed-off-by: Utkarsh Srivastava ### Explain the changes This PR attempts to remove `allowed_buckets` construct from Noobaa operator ### Issues: Fixed #xxx / Gap #xxx 1. ### Testing Instructions: 1. -...
Signed-off-by: Utkarsh Srivastava **Description** This PR adds new patterns **Notes for Reviewers** **[Signed commits](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [x] Yes, I signed my commits.
### Explain the changes Following dependencies were bumped ``` ==================================================== ####### MINOR/PATCH DEPENDENCY UPGRADES ########### ==================================================== @google-cloud/storage 6.5.0 → 6.5.2 DONE @types/lodash 4.14.185 → 4.14.186 DONE @types/node 16.11.59 → 16.11.63...
Signed-off-by: Utkarsh Srivastava ### Explain the changes This PR bumps isa-l_crypto to `4f72976` (master). We rely on this package for MD5 calculation (and other use cases) in our crypto package...
### Actual behavior Since Node v16 all the unhandled rejections are converted to uncaught exceptions which caused NooBaa to panic. To avoid these panics, `--unhandled-rejections=warn` was used to restore the...
Signed-off-by: Utkarsh Srivastava ### Explain the changes This PR simply enables `anonymous` requests to the `list_objects` API. The implications of the changes being that: 1. If a user allows anonymous...