Planet MySQL HA Blog
OIDC in PostgreSQL: With Keycloak
We spent a long time, two blog posts to be specific, talking about OAuth/OIDC in theory. Now we’ll take a more practical look at the topic: how can we configure PostgreSQL with a popular open source identity provider, Keycloak, and our pg_oidc_validator plugin?
We’ll not only look at the PostgreSQL configuration part, but also discuss the environment requirements and setting up Keycloak.
Docker containersIf you are only interested in trying out a working demo installation, we have a ready-to-use Docker Compose configuration available in our…
Introducing MySQL Studio – Reducing the Barriers to Data Innovation
Configuring the Component Keyring in Percona Server and PXC 8.4
(Or: how to make MySQL encryption boring, which is the goal)
Encryption is one of those things everyone agrees is important, right up until MySQL refuses to start and you’re staring at a JSON file wondering which brace ruined your evening.
With MySQL 8.4, encryption has firmly moved into the component world, and if you’re running Percona Server 8.4 or Percona XtraDB Cluster (PXC) 8.4, the supported path forward is the…