feat: add gitops ability to update authorized_keys
This commit is contained in:
parent
bc1cbfc772
commit
ba052d78d4
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user