reactive-interaction-gateway
reactive-interaction-gateway copied to clipboard
Create low-latency, interactive user experiences for stateless microservices.
The UI tests take pretty long - parallel execution would help.
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...
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....
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.
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...
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...
Having RIG automatically set up certificates for its proxy would be a nice addition.
Basically exposing the methods introduced in #110
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
use PUT to override but PATCH for merge