feat: add gitops ability to update authorized_keys

This commit is contained in:
Pallav Vasa 2025-05-17 15:10:44 +00:00
parent bc1cbfc772
commit ba052d78d4

View File

@ -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 ;;