Mostafa Moradian
Mostafa Moradian
This will only be possible if the core authenticates incoming connections itself, and then creates authenticated connections (clients) to the database server. That is, GatewayD creates authenticated connections to the...
This is blocked by the [auth plugin](https://github.com/gatewayd-io/gatewayd-plugin-auth).
There are many useful packages in the `go-secure-stdlib`, yet they are not needed at the moment. This ticket can be picked up at a later date.
There is WIP in the [add-plugin-command](https://github.com/gatewayd-io/gatewayd/tree/add-plugin-command) branch. This is really hard to test, since all the projects are private now and there is too much unnecessary overhead needed to download...
The `plugin init`, `plugin lint` and `plugin install` from GitHub are developed and released in the [v0.6.x](https://github.com/gatewayd-io/gatewayd/milestone/7) milestone. The rest will be implemented at a later stage.
The `plugin list` and `plugin install` from local archive are developed and released in the [v0.7.x](https://github.com/gatewayd-io/gatewayd/milestone/8) milestone. The rest will be implemented at later stages.
Some features like `plugin install` flags for updating plugin, backing up plugins config file, and cleaning up after install are developed and released in the [v0.8.x](https://github.com/gatewayd-io/gatewayd/milestone/9) milestone. The rest will...
Some features were developed in [v0.9.x](https://github.com/gatewayd-io/gatewayd/milestone/10) and the rest will be picked up in other milestones.
This is currently built into `gatewayd plugin install` command using the `--update` flag. Also, the recent changes to the command to install or update plugins using the URLs in the...
Hey @wilsonmar, Use sort by version and refname: ```bash git ls-remote --tags --sort=v:refname "https://github.com/gatewayd-io/gatewayd" | cut -d/ -f3- | tail -n1; ```