From ba052d78d40881a9e728551a789c86e69ae893f2 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Sat, 17 May 2025 15:10:44 +0000 Subject: [PATCH] feat: add gitops ability to update authorized_keys --- gitops_router.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitops_router.sh b/gitops_router.sh index 96fad28..714ac2a 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -159,6 +159,7 @@ update) case "${args[0]}" in containerfile) update 0 Containerfile . 500 ;; access) update 1 access.yml . 400 ;; + authorized_keys) update 1 access.yml . 400 ;; ssh_router) update 0 ssh_router.sh .local/bin 500 ;; gitops_router) update 0 gitops_router.sh .local/bin 500 ;; validate_command) update 0 validate_command_access.sh .local/bin 500 ;;