Chethan Rao
Chethan Rao
## Type of Change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation -...
Enforce following validations on the card number - * non-digit characters in card number * invalid card number length * invalid card number (luhn failure) If any of the above...
## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation -...
## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation -...
Add config support for passing ttl to locker entries. By default keep the ttl to 7 years
Currently `Cache` is a type having inner value as `MokaCache`. ``` pub struct Cache { inner: MokaCache, } ``` There's a deref impl for this type which returns the inner...
This PR adds support for exporting traces to otel collector in OTLP format. Supports AWS X-RAY ## Testcases Add card -  Retrieve card...
## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation -...
Currently, `publish` method of redis takes in only one key to publish to a channel. Instead it should take in a list of keys to be published as this will...
This PR adds an api for migrating the old merchant dek to keymanger. This PR also includes keymanager health check in diagnostics endpoint