nats-rest-config-proxy icon indicating copy to clipboard operation
nats-rest-config-proxy copied to clipboard

NATS REST Configuration Proxy

Results 11 nats-rest-config-proxy issues
Sort by recently updated
recently updated
newest added

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5. Release notes Sourced from goreleaser/goreleaser-action's releases. v5.0.0 What's Changed feat: node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

When using NKeys authentication, when adding multiple users with different permissions they are being merged. Example on how to reproduce: 1. Create guest and admin permissions guest ``` { "publish":...

When using NKeys for user authentication: ``` { "nkey": "UCM2BMGMMVT5O2LURJIOE6UAZDVI4CPCEDV2XMGVXPBXWHEROD4OWGM4", "permissions": "subscriber", "account": "default" } ``` Username/password is not allowed. When you try to add multiple users with NKeys authentication...

I see the latest version is 0.6.0, but [Docker Hub shows 0.3.0](https://hub.docker.com/r/synadia/nats-rest-config-proxy/tags?page=1&ordering=last_updated).

Currently the NATS Server only checks the config at runtime, so need to add support to that first.

Currently need to define the limits in bytes, but would help to define in plain units. ```hcl "jetstream": { "max_file": 20GB "max_mem": 2GB } ```

Currently it is needed to enable jetstream at the top level as part of the main config that is not managed by the `nats-rest-config-proxy` which makes it unable to be...