Mateusz Kwiatkowski
|
61a4c152b3
|
fix: reduce database privileges for kine user (#860)
* Reduce MySQL privileges for kine user
* Reduce PostgreSQL privileges for kine user
|
2025-12-05 19:36:03 +01:00 |
|
Wojciech Urbański
|
2316af9731
|
fix: correct argument order in GrantPrivileges and RevokePrivileges methods (#1028)
Updated the argument order in the GrantPrivileges and RevokePrivileges methods to ensure proper execution of SQL statements.
|
2025-12-02 19:17:38 +01:00 |
|
Dario Tranchitella
|
0c0111094e
|
feat: making default datastore optional (#597)
* feat: making default datastore optional
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
* feat(helm): making default datastore optional
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
* docs: making default datastore optional
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
|
2024-10-30 20:23:34 +01:00 |
|
lbrunOVH
|
674923c036
|
fix(datastore/etcd): fix grant privileges when using a custom datastoreschema (#607)
|
2024-10-23 17:37:41 +02:00 |
|
Dario Tranchitella
|
09310b55b4
|
fix: etcd migration based on prefix (#540)
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
|
2024-08-12 19:24:26 +02:00 |
|
Dario Tranchitella
|
1731e8c2ed
|
Merge commit from fork
* fix(etcd): using rangeEnd function to restrict permissions
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
* Update internal/datastore/etcd.go
Co-authored-by: Simon Kienzler <SimonKienzler@users.noreply.github.com>
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
Co-authored-by: Simon Kienzler <SimonKienzler@users.noreply.github.com>
|
2024-08-12 16:41:16 +02:00 |
|
Johann Wagner
|
b541962163
|
fix(ipv6): use net.JoinHostPort instead of fmt.Sprintf
|
2024-07-11 13:20:02 +02:00 |
|
Dario Tranchitella
|
b1ea75f9c0
|
fix(psql): granting privileges to root user prior deletion
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
|
2024-05-17 20:41:11 +02:00 |
|
TheCodeAssassin
|
9ce8da0b37
|
feat: making DataStore TLS configuration optional
Co-authored-by: Dario Tranchitella <dario@tranchitella.eu>
|
2024-05-09 11:34:50 +02:00 |
|
TheCodeAssassin
|
28a098af21
|
feat: initial support for NATS as Datastore (#442)
|
2024-04-22 15:31:35 +02:00 |
|
Dario Tranchitella
|
755cc5bacd
|
refactor(golangci-lint): aligning to new linters
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
|
2023-12-15 13:02:49 +01:00 |
|
Dario Tranchitella
|
8311f1fe1a
|
fix: ensure default datastore exists before starting manager
|
2022-12-15 15:50:30 +01:00 |
|
Dario Tranchitella
|
a260a92495
|
fix(psql): checking db and table ownership
|
2022-12-03 12:04:04 +01:00 |
|
Dario Tranchitella
|
cc4864ca9e
|
feat: datastore migration drivers
|
2022-12-03 12:04:04 +01:00 |
|
Dario Tranchitella
|
eb2440ae62
|
refactor: abstracting datastore configuration retrieval
|
2022-12-03 12:04:04 +01:00 |
|
Dario Tranchitella
|
c17a31ef82
|
fix: avoiding collision of datastore schemes
|
2022-11-29 18:25:52 +01:00 |
|
Dario Tranchitella
|
f0df1cfe6f
|
fix: removing tcp data using prefix, and not range
|
2022-11-29 18:25:52 +01:00 |
|
Dario Tranchitella
|
e0fa8169f1
|
refactor: wrapping datastore errors
|
2022-09-12 09:38:36 +02:00 |
|
Dario Tranchitella
|
1ddaeccc94
|
feat: storage homogeneity
|
2022-08-27 15:16:31 +02:00 |
|