16 Commits

Author SHA1 Message Date
2485c599d5 Fix v25 2025-07-28 15:33:30 +02:00
4ff1a3a321 Fix linting 2025-07-08 21:32:04 +02:00
abc0d31594 Fix: Preserve secret if rootPasswordSecretKeyRef is unset (#1148) 2025-02-24 11:26:22 +01:00
c16dbfe391 Exclude dollar signs from generated passwords
mysqld_exporter is unable to parse these from its config file, leading to errors

Closes #716
2025-01-28 11:22:39 +01:00
c72fbaea75 fix: exclude # symbol from password generator
- # is treated as a comment in  configuration files, leading to failed parsing when the password contains this character.

The # symbol has been excluded from the global password generator to prevent these issues with mysqld-exporter.

Signed-off-by: am6737 <1359816810@qq.com>
2024-10-11 13:42:45 +02:00
acf362b0e6 Refactor Secret reconciler to perform updates. MaxScale and Connection reconciler to use Secret reconciler 2024-06-01 20:21:02 +02:00
48274e5dac Fixed replication password generation 2024-04-30 13:39:51 +02:00
fc0de8cf29 Opt-in password generation 2024-04-30 13:39:51 +02:00
cd55cb8342 Support for inheritMetadata and podMetadata in MaxScale 2024-04-02 16:27:36 +02:00
64afdb1d69 Refactor meta support for Secret 2024-04-02 14:14:38 +02:00
4a61022fa1 Using custom password generator in Secret reconciler 2024-01-26 17:16:07 +01:00
ce6762af62 Added maxscale client 2024-01-25 15:59:04 +01:00
4cb6f6fce3 Static config reconciled as Secret 2024-01-25 15:59:04 +01:00
acb935283e Root password defaulted and made optional 2023-12-12 14:04:55 +01:00
51ccea2a17 Inheriting labels from MariaDB and owner resource 2023-05-03 22:22:20 +02:00
d4de922950 Refactored primary failover 2023-05-01 22:09:50 +02:00