From 8375989fd24058ae05b5a8f38e208735a1e8efdd Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Fri, 23 May 2025 12:36:55 +0000 Subject: [PATCH] feat: add command to update secre key --- gitops_router.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitops_router.sh b/gitops_router.sh index 2e5a64a..ee1ca45 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -160,6 +160,7 @@ update) containerfile) update 0 Containerfile . 500 ;; access) update 2 access.yml . 400 ;; authorized_keys) update 2 authorized_keys .ssh 400 ;; + secret_key) update 2 keys/"${args[1]}"/id_ed25519 secrets/"${args[1]}" 400 ;; podman_access) update 2 podman_access.keys . 400 scp podman_access.keys mypodmanuser@alps:~/.ssh/authorized_keys