Sebastian Wessel

Results 27 issues of Sebastian Wessel

enhancement
feature request

KubeMQ provides some interesting features and a small footprint. There, it makes sense to evaluate it as message broker for purista. https://kubemq.io

enhancement
under investigation
improvement

Service info messages should be handled by event bridge as it depends on the underlaying event bridge service if this message is needed. For example in server less lambda functions,...

invalid
Breaking change
improvement

Provide a option to register subscriptions as kind of an adapter for queues, other than the ones PURISTA is using, to provide the possibility to integrate it with other systems....

enhancement
feature request
improvement

In openApi documentation you can add multiple auth methods. Provide a way to define which auth methods are the default ones and so on. ex. /public needs none /assets ->...

enhancement

The package does not export types correctly. As an example, the config type `InfisicalClientOptions` is only available via the source `import { InfisicalClientOptions } from 'infisical-node/src/types/InfisicalClient'` Normally, there should also...

It makes no sense to return cached responses for request of creating, updating or removing secrets if they are not successfully. I would expect, that these methods are throwing or...

This middleware leverages TypeSchema, offering an abstraction layer that facilitates interaction with a variety of validation libraries through a unified interface. Consequently, there is no immediate requirement to develop a...

First: 👏 great job - cool product and lib's! The surrealdb.js package already provides typings for results like this: ```typescript query: ( query: string, vars?: Record, ) => Promise; ```...

Factor out the project init process. New home: - [puristajs/create-purista](https://github.com/puristajs/create-purista) - [puristajs/starter](https://github.com/puristajs/starter)

enhancement
Breaking change