Commit Graph

29 Commits

Author SHA1 Message Date
080a8c1fe3 Added PhysicalBackup webhook 2025-06-26 21:13:53 +02:00
0d646a9256 Migrate SqlJob webhook to controller-runtime 0.20.3 2025-03-22 22:30:15 +01:00
abed0879c3 Migrate Database webhook to controller-runtime 0.20.3 2025-03-22 22:30:15 +01:00
5e53d0501a Migrate Grant webhook to controller-runtime 0.20.3 2025-03-22 22:30:15 +01:00
19a678e4f7 Migrate User webhook to controller-runtime 0.20.3 2025-03-22 22:30:15 +01:00
19ec86d6f1 Migrate Connection webhook to controller-runtime 0.20.3 2025-03-22 22:30:15 +01:00
34646f1c36 Migrate Restore webhook to controller-runtime 0.20.3 2025-03-22 22:30:15 +01:00
d2b4ac0824 Migrate Backup webhook to controller-runtime 0.20.3 2025-03-22 22:30:15 +01:00
37e44ea62f Migrate MaxScale webhook to controller-runtime 0.20.3 2025-03-22 22:30:15 +01:00
4949540287 Migrate MariaDB webhook to controller-runtime 0.20.3 2025-03-22 22:30:15 +01:00
1dbccf18cf ValidateCert to include intermediate CAs to form the chain leading to a trusted root CA 2025-01-28 11:22:39 +01:00
038a8c5604 Support for ECDSA private keys 2025-01-28 11:22:39 +01:00
c0679bba12 Refactor PKI pkg for better flexibility 2025-01-28 11:22:39 +01:00
87508a889b Added MariaDB TLS status 2025-01-28 11:22:39 +01:00
76fb04d915 Centralized tls.crt and tls.key keys in pki pkg 2025-01-28 11:22:39 +01:00
9b4d6367ce Fix webhook warning. Reducing the validating certs interval to 5s 2024-05-14 17:08:25 +02:00
a0e92d83ac Added MaxScale validation webhook 2024-01-25 15:59:04 +01:00
5503e300f7 Added flag to enable certificate validation in webhook 2023-12-19 17:52:33 +01:00
e16455c4ad Added PITR cmd 2023-12-19 15:19:23 +01:00
a639fa4e3d Enterprise cmd 2023-12-11 12:24:02 +01:00
f7b67281e6 Support for multiple cmds 2023-12-11 12:24:02 +01:00
7bf25741e0 Fix webhook certificate race condition (#266) 2023-11-16 22:01:01 +01:00
46afa3df6b Bump kubernetes and ginkgo deps 2023-10-10 15:43:45 +03:00
cdffa33649 Authentication using Kubernetes service accounts via TokenReview API (#147)
* Authentication using Kubernetes service accounts via TokenReview API

* Bump sidecar and init containers

* Required env for Kubernetes auth

* Fixed env reference

* Using absolute path for service account token in development
2023-07-06 17:05:02 +02:00
a60b4c8666 Migrated to GitHub organization and GHCR registry 2023-03-18 15:57:40 +01:00
4ef5b5aadc Support for SqlJobs 2023-03-10 21:13:18 +01:00
a156a7a5c1 Support for configuring database connections using the Connection CRD
Co-authored-by: eloylp <eloylp@eloylp.dev>
Signed-off-by: Martin Montes <martin11lrx@gmail.com>
2023-02-21 18:16:56 +01:00
6ae4b8eda1 Renamed CRDs to use simpler names 2023-01-17 22:27:10 +01:00
8a30eeac79 Refactored controller cmd to use cobra 2023-01-15 21:17:02 +01:00