MG-2359 - Replace Vault with Absmach certs (#2425)

Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
Co-authored-by: b1ackd0t <28790446+rodneyosodo@users.noreply.github.com>
Co-authored-by: Dušan Borovčanin <dusan.borovcanin@abstractmachines.fr>
This commit is contained in:
Steve Munene
2024-10-14 16:51:15 +03:00
committed by GitHub
parent 957fd786f8
commit e5765c6a9b
37 changed files with 918 additions and 1078 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ GO_VERSION=1.22.4
PROTOC_VERSION=27.1
PROTOC_GEN_VERSION=v1.34.2
PROTOC_GRPC_VERSION=v1.4.0
GOLANGCI_LINT_VERSION=v1.59.1
GOLANGCI_LINT_VERSION=v1.60.3
function version_gt() { test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1"; }