Chethan Rao

Results 48 issues of Chethan Rao

## Type of Change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation -...

C-bug

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...

C-bug

## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation -...

S-waiting-on-review
M-configuration-changes
A-payment-methods
C-refactor

## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation -...

S-waiting-on-review
C-refactor

Add config support for passing ttl to locker entries. By default keep the ttl to 7 years

C-refactor

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...

C-refactor

This PR adds support for exporting traces to otel collector in OTLP format. Supports AWS X-RAY ## Testcases Add card - ![Screenshot 2023-12-19 at 5 40 14 PM](https://github.com/juspay/hyperswitch-card-vault/assets/70657455/2433e462-0302-4111-921c-312b1cc05a0e) Retrieve card...

## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation -...

S-waiting-on-review
C-refactor

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...

C-refactor

This PR adds an api for migrating the old merchant dek to keymanger. This PR also includes keymanager health check in diagnostics endpoint