summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-07-26 17:33:15 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-07-26 17:33:15 +0200
commit5d11c667a64a715200dae904a3bb332e3eb764ef (patch)
tree4042dc129686e860b5cd6cb01882a40efb09063b /doc
parent5dbeac3a0c004fdee6ed37a2befeaf79ea64d817 (diff)
downloadUnspecifiedGarbage-5d11c667a64a715200dae904a3bb332e3eb764ef.zip
UnspecifiedGarbage-5d11c667a64a715200dae904a3bb332e3eb764ef.tar.gz
dump misc stuff.
Diffstat (limited to 'doc')
-rw-r--r--doc/note/links/links.txt2
-rw-r--r--doc/note/setup/paisa-workhorse.txt12
2 files changed, 11 insertions, 3 deletions
diff --git a/doc/note/links/links.txt b/doc/note/links/links.txt
index 5c7e5a2..36b2a03 100644
--- a/doc/note/links/links.txt
+++ b/doc/note/links/links.txt
@@ -232,6 +232,7 @@ Links (Aka argument amplifiers)
- [java streams are ugly](https://gitit.post.ch/projects/ISA/repos/nsync/pull-requests/55/overview?commentId=328210)
## Backward compatibility, Breaking Changes
+- [preflux 2024 storage/redis aws isaVersion](https://gitit.post.ch/projects/ISA/repos/preflux/pull-requests/780/overview?commentId=396322)
- "https://www.redstar.be/backward-compatibility-in-software-development-what-and-why/"
- [UserInformation SAP 2023](https://gitit.post.ch/projects/ISA/repos/user-information-api/pull-requests/20/overview?commentId=270157)
- [new mandatory fields](https://gitit.post.ch/projects/ISA/repos/vehicleoperation-recording-api/pull-requests/36/overview?commentId=272214)
@@ -242,6 +243,7 @@ Links (Aka argument amplifiers)
- [remove but still in use](https://gitit.post.ch/projects/ISA/repos/vending-transaction-api/pull-requests/20/overview?commentId=385689)
## Performance DOES matter
+- [aws database HMS 2024](https://jira.post.ch/browse/SDCISA-16381)
- [Performance gefühlt viel zu langsam in Wikkit bei Linienaufruf und Export erstellen](https://jira.post.ch/browse/SDCISA-16103)
- "https://github.com/swisspush/gateleen/pull/456#discussion_r844865066"
- [Performance Excuses Debunked](https://m.youtube.com/watch?v=x2EOOJg8FkA)
diff --git a/doc/note/setup/paisa-workhorse.txt b/doc/note/setup/paisa-workhorse.txt
index c4305cb..6de1bff 100644
--- a/doc/note/setup/paisa-workhorse.txt
+++ b/doc/note/setup/paisa-workhorse.txt
@@ -25,7 +25,7 @@ Configure
&& IDPPROVIDER=ADFS2 \
&& MFA=RSA \
&& SAML_VERSION="2.36.16" \
- && ARGOCD_VERSION="2.12.0-rc2" \
+ && ARGOCD_VERSION="2.11.7" \
&& GETADDRINFO_VERSION="0.0.2" \
&& CACHEDIR="/var/tmp" \
@@ -41,13 +41,16 @@ Setup
&& (cd "${CACHEDIR?}" && curl -Lo "getaddrinfo-${GETADDRINFO_VERSION?}+x86_64-linux-gnu.tgz" "https://github.com/hiddenalpha/getaddrinfo-cli/releases/download/v${GETADDRINFO_VERSION?}/getaddrinfo-${GETADDRINFO_VERSION?}+x86_64-linux-gnu.tgz") \
&& (cd "${CACHEDIR?}" && curl -o saml2aws_${SAML_VERSION?}_linux_amd64.tgz "https://artifactory.tools.post.ch/artifactory/generic-github-remote/Versent/saml2aws/releases/download/v${SAML_VERSION?}/saml2aws_${SAML_VERSION?}_linux_amd64.tar.gz") \
&& (cd "${CACHEDIR?}" && curl -Lo "argocd-${ARGOCD_VERSION?}+linux-amd64" "https://github.com/argoproj/argo-cd/releases/download/v${ARGOCD_VERSION?}/argocd-linux-amd64") \
- && mkdir -p ~/.local/bin ~/.local/opt \
- && $SUDO mkdir "/opt/getaddrinfo-${GETADDRINFO_VERSION?}" \
+ && mkdir -p ~/.local/bin \
+ && $SUDO mkdir -p "/opt/getaddrinfo-${GETADDRINFO_VERSION?}" "/opt/argocd-${ARGOCD_VERSION?}/bin" \
&& (cd /opt/getaddrinfo-${GETADDRINFO_VERSION?} && $SUDO tar xf "${CACHEDIR?}/getaddrinfo-${GETADDRINFO_VERSION?}+x86_64-linux-gnu.tgz") \
&& (cd ~/.local/bin && ln -s "/opt/getaddrinfo-${GETADDRINFO_VERSION?}/bin/getaddrinfo") \
&& $SUDO mkdir "/opt/saml2aws_${SAML_VERSION?}" "/opt/saml2aws_${SAML_VERSION?}/bin" \
&& (cd /opt/saml2aws_${SAML_VERSION?}/bin && $SUDO tar xf "${CACHEDIR?}"/saml2aws_${SAML_VERSION?}_linux_amd64.tgz -- saml2aws) \
+ && (cd /opt/argocd-${ARGOCD_VERSION?}/bin && $SUDO cp "${CACHEDIR?}/argocd-${ARGOCD_VERSION?}+linux-amd64" .) \
+ && $SUDO chmod 0655 "/opt/argocd-${ARGOCD_VERSION?}/bin/argocd-${ARGOCD_VERSION?}+linux-amd64" \
&& (cd ~/.local/bin && ln -s /opt/saml2aws_${SAML_VERSION?}/bin/saml2aws) \
+ && (cd ~/.local/bin && ln -s /opt/argocd-${ARGOCD_VERSION?}/bin/argocd-${ARGOCD_VERSION?}+linux-amd64 argocd) \
&& (printf 'export PATH="%s/.local/bin:$PATH"\n' ~) >> ~/.bashrc \
&& export PATH="/home/${USER?}/.local/bin:$PATH" \
&& $SUDO mkdir -p /c && $SUDO ln -s /mnt/cdrive/work /c/work \
@@ -64,3 +67,6 @@ Authorize (needs attention)
&& kubectl config set-context --current --namespace="${NAMESPACE?}" \
+[Maybe saml2aws becomes obsolete](https://wikit.post.ch/display/CDAF/How+to%3A+Setup-Guide+saml2aws?focusedCommentId=1741722098&src=mail&src.mail.product=confluence-server&src.mail.timestamp=1721914205401&src.mail.notification=com.atlassian.confluence.plugins.confluence-notifications-batch-plugin%3Abatching-notification&src.mail.recipient=8a81e4a6427b972601427b98b9262c20&src.mail.action=view#comment-1741722098)
+
+