From 0d7566deeecf250502e4b29b61e319673409f253 Mon Sep 17 00:00:00 2001 From: Borislav Glozman Date: Sun, 2 Feb 2020 13:20:30 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/oom.git from branch 'master' to 7643b7c45ee95f722f21fc10e9ea19273fd0fdb4 - Merge "[COMMON] Allow to lint chart without master password" - [COMMON] Allow to lint chart without master password When you type make in kubernetes directory all charts are linted. If one of them try to generate password whole linting process ends with an error because masterPassword has not been provided and there is no default value for it. To avoid this issue but still don't provide any default value whcih would be obviously insecure in this context, let's just test current release name. If it matches "testRelease" we treat whis as a special case and use predefined master key. Security implication: You should never, ever name your productional deployment "testRelease" nor use it as a master password. Issue-ID: OOM-2052 Change-Id: I7a2132e81f6910dfea562e8930c7eacd7aa7a00b Signed-off-by: Krzysztof Opasiak --- docs/submodules/oom.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index 3aa87a5a6..7643b7c45 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit 3aa87a5a64a786b56d1c4242062ed1cecc6c6f3d +Subproject commit 7643b7c45ee95f722f21fc10e9ea19273fd0fdb4 -- 2.16.6