Code Update

This commit is contained in:
Christer Warén 2024-06-16 04:03:45 +03:00
parent 0071b7407d
commit 4e9ae9109e
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ wx-ssh-config-sync(){
if [[ $VAULT_STATUS -eq 200 ]]
then
echo $(curl https://$VAULT_DOMAIN/v1/cli/data/$USERNAME/settings/ssh/config -X GET --header "X-Vault-Token: ${config["login",$ORG]}" -s | jq -r '.data.data.data') | base64 -d > ~/.ssh/config 2>&1
chmod 700 ~/.ssh/config
fi
}

1
wx
View File

@ -475,6 +475,7 @@ wx-ssh-config-sync(){
if [[ $VAULT_STATUS -eq 200 ]]
then
echo $(curl https://$VAULT_DOMAIN/v1/cli/data/$USERNAME/settings/ssh/config -X GET --header "X-Vault-Token: ${config["login",$ORG]}" -s | jq -r '.data.data.data') | base64 -d > ~/.ssh/config 2>&1
chmod 700 ~/.ssh/config
fi
}