From 23e2e77c79b8113e970edd7b4fe0561e6bad009d Mon Sep 17 00:00:00 2001 From: Aarno Aukia Date: Fri, 22 Dec 2023 14:33:28 +0100 Subject: [PATCH 1/2] link to the decided emergency-credentials-controller implementation --- .../ROOT/pages/explanations/decisions/admin-kubeconfig.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/explanations/decisions/admin-kubeconfig.adoc b/docs/modules/ROOT/pages/explanations/decisions/admin-kubeconfig.adoc index 809fc316..09fe3906 100644 --- a/docs/modules/ROOT/pages/explanations/decisions/admin-kubeconfig.adoc +++ b/docs/modules/ROOT/pages/explanations/decisions/admin-kubeconfig.adoc @@ -86,7 +86,7 @@ Another approach is to manage and renew the admin credentials by hand. == Decision -Use <> and implement a <> to manage the service account, cluster role binding and tokens. +Use <> and implement a <> to manage the service account, cluster role binding and tokens: https://github.com/appuio/emergency-credentials-controller == Rationale From 6d4608b616fd16154b038fcfbb114471e35c2e05 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Fri, 9 Aug 2024 11:03:34 +0200 Subject: [PATCH 2/2] Improve wording for link to implementation in decision --- .../ROOT/pages/explanations/decisions/admin-kubeconfig.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/explanations/decisions/admin-kubeconfig.adoc b/docs/modules/ROOT/pages/explanations/decisions/admin-kubeconfig.adoc index 09fe3906..56c5a7ce 100644 --- a/docs/modules/ROOT/pages/explanations/decisions/admin-kubeconfig.adoc +++ b/docs/modules/ROOT/pages/explanations/decisions/admin-kubeconfig.adoc @@ -86,7 +86,8 @@ Another approach is to manage and renew the admin credentials by hand. == Decision -Use <> and implement a <> to manage the service account, cluster role binding and tokens: https://github.com/appuio/emergency-credentials-controller +Use <> and implement a <> to manage the service account, cluster role binding and tokens. +The implementation can be found on GitHub at https://github.com/appuio/emergency-credentials-controller[appuio/emergency-credentials-controller]. == Rationale