Matt Domsch

Results 5 issues of Matt Domsch

### Summary feature request: publish ECS-optimized AMIs with FIPS mode enabled ### Description The present published AL2023-based ECS-optimized AMIs do not have FIPS mode pre-enabled, which is the right configuration...

ECS

When sidekiq.yml has the `dynamic` option, sidekiq-scheduler 5.0.3 throws an error and exits the process exit code 1: ``` SidekiqScheduler::OptionNotSupportedAnymore :dynamic option should be under the :scheduler: key ``` However,...

**Is your feature request related to a problem? Please describe.** https://github.com/mhenrixon/sidekiq-unique-jobs/blob/bdca1857c4e515816a9c983bab889695c8fb82ec/lib/sidekiq_unique_jobs/lock_digest.rb#L54 uses OpenSSL MD5 digest algorithm. MD5 is disallowed under FIPS 140-2 and later (e.g. 140-3), so systems operating in...

This adds AWS IAM authentication as a replacement for defining a password in the configuration. When the configuration option :use_iam_authentication = true, an authentication token (password) will be fetched from...

splitclient-rb depends on the `socketry` gem, which in turn depends on the `hitimes` gem. `hitimes` has been updated in the past year to not require building an external C library....