bryopsida
bryopsida
When Node.JS is using a FIPS provider, `md5` is an unsupported algorithm/routine and calls using it will throw/fail. This adjusts the digest authentication method to check [crypto.getFips()](https://nodejs.org/api/crypto.html#cryptogetfips) and if fips...
This adds running the tests in PR for node versions 22 and 24
This runs `nom audit fix` to bring in latest patches, none were marked as breaking.
What --- Adds a new helm value `app.podSecurityContext` that defaults to nil. When provided it acts as a pass through allowing users to adjust the pod level securityContext. Evidence ---...