reactive-interaction-gateway icon indicating copy to clipboard operation
reactive-interaction-gateway copied to clipboard

Create low-latency, interactive user experiences for stateless microservices.

Results 88 reactive-interaction-gateway issues
Sort by recently updated
recently updated
newest added

The UI tests take pretty long - parallel execution would help.

enhancement
good first issue

Events a buffered in the `Session` process. The size of the buffer is currently hardcoded (`@event_buffer_size`). However, depending on the amount of connections and available memory, a user might want...

enhancement
good first issue

While Docker is a modern and popular way to deploy an application, it would still be nice to support the old-fashioned way of installing RIG into the OS' file tree....

good first issue
idea

Joken 2.0 supersedes Joken 1.0. It is required for `joken_jwks` dep. Refactoring guide can be found here: https://hexdocs.pm/joken/migration_from_1.html#content Both `apps/rig_auth/lib/rig_auth/jwt/utils.ex` and `apps/rig/lib/rig/jwt/claims.ex` require code changes.

good first issue

The only way to set public key for JWT token verification is currently done by setting `JWT_SECRET_KEY` during RIG startup. However, it is recommend to [rotate the keys](https://developer.okta.com/authentication-guide/tokens/verifying-token-signature/#manage-key-rotation) in a...

enhancement
good first issue

Currently the validation on valid http methods for the proxy is done during runtime in the api_proxy itself. This means it's possible to parameterize an endpoint with a certain method...

good first issue

Having RIG automatically set up certificates for its proxy would be a nice addition.

good first issue

Basically exposing the methods introduced in #110

good first issue

Should be done similar to Kafka tests that come with #90 and invoked similar to `/integration_tests/kafka_tests` see https://github.com/localstack/localstack

good first issue

use PUT to override but PATCH for merge

enhancement
good first issue