temBoard 8.0 : Unified authentication, PostgreSQL 15

From: Dalibo via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: temBoard 8.0 : Unified authentication, PostgreSQL 15
Date: 2022-11-14 21:14:36
Message-ID: 166846047659.636.897072366917236648@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

temBoard allows you to manage and monitor your PostgreSQL fleet.

Dalibo announce the immediate availability of temBoard 8.0.
This new major release review authentication between interface and agents, brings new features, and renews the foundations of the project. Follow carefuly [upgrade guide] for a reliable migration.

[upgrade guide]: https://temboard.readthedocs.io/en/latest/server_upgrade/#upgrade-711-to-80

### Unifed Authentication

temBoard 8 improves security of communication between interface and agents
and simplify the deployment and configuration of agents.
Now the interface signs each request sent to the agent with an asymetric cryptgraphic key.
Agent accepts a single public signing key and verify request, allowing request from a signle interface.

temBoard 8 agent does not accept shared-secret authentication anymore.
Also, temBoard 8 interface only has a user base, authentified by password.
temBoard 8 interface is now the identity provider for agents which does not have its own user base anymore.

### Restyled Documentation

temBoard's documentation has been deeply restyled for better readability.
Choosing Material Design theme with temBoard primary color and integrated search provides better navigation.

### Transition

To ease transition, temBoard 8 interface is fully compatible with temBoard agent 7.11.
Don't miss the [upgrade guide] for a smooth migration.
Next 8.X releases will drop temBoard agent 7 support.

### And a lot more...

A lot of improvements and fixes landed in temBoard 8.
temBoard web UI received a lot of improvements.
Error presentation is not modal anymore, and every error is dismissable.
New *about* pages help you to know your PostgreSQL instances and your temBoard installation.
Instance inventory is available for download in CSV format.
Both temBoard interface and agent restarts background services upon crash.
Web UI and agent has now a new unified CLI with new subcommands.

- [temBoard 8 announce at blog.dalibo.com](https://blog.dalibo.com/2022/11/14/temboard8-en.html)
- [Changelog for 8.0](https://temboard.readthedocs.io/en/latest/CHANGELOG/#78).
- [temBoard on GitHub](https://dali.bo/temboard_github).
- [Documentation](https://temboard.readthedocs.io/en/latest/).

### Availability

Follow [installation documentation] to install temBoard from packages or sources.

[installation documentation]: https://temboard.readthedocs.io/en/latest/server_install/

### Future

Dalibo will release maintenance and evolution versions of temBoard 8
with new features, optimisation and modernization of the project.
We expect a finer privilege handling in temBoard interface,
PEV2 integration to visualize execution plan,
and more.

**temBoard is Free software maintained by [Dalibo Labs].**

[Dalibo Labs]: https://dali.bo/labs

Browse pgsql-announce by date

  From Date Subject
Next Message Pgpool Global Development Group via PostgreSQL Announce 2022-11-15 07:59:00 Pgpool-II 4.4 beta1 is now released.
Previous Message Perseas via PostgreSQL Announce 2022-11-14 19:35:31 Pyrseas 0.10.0 is now available