feat: add update podman_access command to gitops pipeline
This commit is contained in:
parent
c333b45b76
commit
4c7171dc9b
@ -160,11 +160,14 @@ update)
|
|||||||
containerfile) update 0 Containerfile . 500 ;;
|
containerfile) update 0 Containerfile . 500 ;;
|
||||||
access) update 2 access.yml . 400 ;;
|
access) update 2 access.yml . 400 ;;
|
||||||
authorized_keys) update 2 authorized_keys .ssh 400 ;;
|
authorized_keys) update 2 authorized_keys .ssh 400 ;;
|
||||||
|
podman_access)
|
||||||
|
update 2 podman_access.keys . 400
|
||||||
|
scp podman_access.keys mypodmanuser@alps:~/.ssh/authorized_keys
|
||||||
|
;;
|
||||||
ssh_router) update 1 ssh_router.sh .local/bin 500 ;;
|
ssh_router) update 1 ssh_router.sh .local/bin 500 ;;
|
||||||
gitops_router) update 1 gitops_router.sh .local/bin 500 ;;
|
gitops_router) update 1 gitops_router.sh .local/bin 500 ;;
|
||||||
validate_command) update 1 validate_command_access.sh .local/bin 500 ;;
|
validate_command) update 1 validate_command_access.sh .local/bin 500 ;;
|
||||||
home_tar)
|
home_tar)
|
||||||
podman cp "$PERSON":/app/workspaces/home.tar.gz "$HOME"/
|
|
||||||
chmod 600 "$HOME"/home.tar.gz
|
chmod 600 "$HOME"/home.tar.gz
|
||||||
;;
|
;;
|
||||||
gitconfig) update 0 gitconfig.template . 500 ;;
|
gitconfig) update 0 gitconfig.template . 500 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user