Rolf van Kleef
Rolf van Kleef
With the danger of duplicating #209, I would like to report an issue w.r.t. the installation order of the `rosetta` and `django-rosetta` packages. When `rosetta` is installed **after** `django-rosetta`, `rosetta`...
The README states that only Azure AD supports the Resource Owner Password Credentials Grant, but at least keycloak also supports it. Other IDP's might also support it by now. It...
If the tables key is used in the template, all resulting values are strings. Many of these are floating point numbers in my case, so I would like the result...
I would like features similar to Traefik, where a connection is made to the Docker (or Podman) socket, which is then used to discover backends.
There is currently some support for Leex (.xrl) and Yecc (.yrl) files. The files are, however, highlighted using a normal Erlang grammar, which is incorrect. Special support should be added...
This commit updates the security code to allow for users to be configured in `security.json` without a password value. These users can then only be logged in with using the...
At https://github.com/SignalK/signalk-server/blob/89baf2f4d2333edfe8d20584abbd30d647fe1fee/src/tokensecurity.js#L70, all the users are replaced with a single admin user when the ADMINUSER environment variable is set. I think the intended behaviour is to replace the specified user...
It would be very convenient to be able to update `baseDeltas.json` through PUT action. I don't think this should be hugely difficult or abnormal, as the meta put handler already...
> As per an email conversation with @tkurki, I am posting this issue here as the security aspect of this issue is not so critical that some other flow should...