bfreuden

Results 14 issues of bfreuden

@all-contributors please add @bfreuden for a bug fix 🐛

**Which package are you using**? `chai-openapi-response-validator` **OpenAPI version** 3 **Describe the bug** When finding the OAPath matching a request path, the validator does not take into account the **number** of...

bug

Motivation: According to a discussion in the OpenAPI specification github repo (discussion including Mike Ralphson, a major OpenAPI contributor), it seems that: 1. `*/*` is an acceptable value 2. application/octet-stream...

### Version 4.3.2 Please note that this bug might be very similar to https://github.com/vert-x3/vertx-web/issues/2046 but since the reproducer is no longer available, it is hard to be sure. ### Context...

bug

### Questions Related question: https://groups.google.com/g/vertx/c/vTCLEQsv1N0 ### Version 4.2.5 ### Context I have a Vert.x 4 backend managing authorizations that vary during the lifetime of users (they can have new permissions,...

bug

#### Describe the feature With a `role` collection containing a `rolename` field (string) and a `permissions` field (array of strings), the MongoDB AuthorizationProvider could propagate role permissions back to the...

enhancement

Motivation: This is a first proposal. I have modified the `MongoAuthorizationTest` to create and initialize a roles collection with a `superadmin` role having a `sudo` permission. I have added a...

#### Describe the feature I would like to access multiple databases from a single MongoClient instance. As far as I can understand the source code, this is not the case:...

enhancement
help wanted

It fixes only one of the failing cases of the provided tests though. I didn't consider cases where the default value is defined on the enum and expected to be...