John Steel

Results 12 issues of John Steel

These are the changes I made for this to work for me; I'm not sure if your interested in pulling them to master. If this PR is too much I'd...

Hi @DavidTimms, thanks for sharing this. I deployed this behind haproxy in a docker container and used the OPENSHIFT_INTERNAL_PORT to choose my own port. `docker run -d -e OPENSHIFT_INTERNAL_PORT=3000 --expose...

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/851) --- ## ✅ Node 18 It looks like node-18 works without any changes ## ⚠️ Updated Dependency ~~`npm audit fix --force` to update `express-fileupload`, before I...

This is a very helpful tool for me and I'd be happy to support a small amount financially each month to the project if it could help justify time for...

enhancement

Node 18 will be supported when this MR is merged: https://github.com/mongo-express/mongo-express/pull/851 So after that, we should update the docker image to use node 18.

When I try to list tokens, I am given the unhelpful error "Error: flag: help requested" # Expected behaviour ```bash export COSIGN_PKCS11_MODULE_PATH=/usr/local/lib/libykcs11.dylib ./cosign pkcs11-tool list-tokens Listing tokens of PKCS11 module...

bug

I'm not sure if I'm doing something wrong... but it seems like most of the servers I try fail to parse in some way or another. ``` for DOH_TARGET in...

enhancement

csurf is deprecated and should be removed or replaced See: https://www.npmjs.com/package/csurf https://github.com/expressjs/csurf#readme We should either move to an alternative or re-consider if this is required at all. Maybe this is...

dependencies
deprecate

Mostly security updates and new configuration to support breaking changes in mongo-db driver. See related pull requests: https://github.com/mongo-express/mongo-express/pull/920 https://github.com/mongo-express/mongo-express-docker/pull/82 Full release notes available here: https://github.com/mongo-express/mongo-express/releases/tag/v1.0.0

library/mongo-express

It looks like you do support raw v3 extensions but I haven't found an example of them being used. https://github.com/cloudflare/cfssl/blob/d1be3c20dd38c5e1044919090461a6cc9aad5072/signer/signer.go#L34-L40