From 5c49e67be2dccaa04bb4df5117cade059fa308d7 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 12 Dec 2024 08:36:41 +0100 Subject: [PATCH] Update ADR029-database-connection.adoc --- modules/contributor/pages/adr/ADR029-database-connection.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/contributor/pages/adr/ADR029-database-connection.adoc b/modules/contributor/pages/adr/ADR029-database-connection.adoc index 4d1c7171b..809c417a2 100644 --- a/modules/contributor/pages/adr/ADR029-database-connection.adoc +++ b/modules/contributor/pages/adr/ADR029-database-connection.adoc @@ -15,6 +15,8 @@ v0.1, 2022-12-08 Technical Story: https://github.com/stackabletech/issues/issues/238 +NOTE: We might want to incorporate changes to address https://github.com/stackabletech/issues/issues/681, maybe as V2? + == Context and Problem Statement Many products supported by the Stackable Data Platform require databases to store metadata. Currently there is no uniform, consistent way to define database connections. In addition, some Stackable operators define database credentials to be provided inline and in plain text in the cluster definitions.