feat: Move to central rstudio

This commit is contained in:
janskiba
2024-04-17 14:25:59 +02:00
parent 7d5f771181
commit 8b33912fee
5 changed files with 5 additions and 121 deletions

View File

@ -367,7 +367,3 @@ generate_simple_password(){
local combined_text="This is a salt string to generate one consistent password for ${seed_text}. It is not required to be secret."
echo "${combined_text}" | sha1sum | openssl pkeyutl -sign -inkey "/etc/bridgehead/pki/${SITE_ID}.priv.pem" 2> /dev/null | base64 | head -c 26 | sed 's/[+\/]/A/g'
}
docker_jq() {
docker run --rm -i docker.verbis.dkfz.de/cache/jqlang/jq:latest "$@"
}