#geodesic (2020-06)
Discussions related to https://github.com/cloudposse/geodesic
Archive: https://archive.sweetops.com/geodesic/
2020-06-17
Not seeing recent post is this channel still used? Has anyone tried getting AWS CLI v2 in geodesic. I am interested in using its sso solution for authentication.
We haven’t yet had a chance to kick the tires on the new cli.
We’re mostly using non-AWS SSO (e.g. gsuite), so haven’t tried using it with the cognito.
I gave it a go but quickly hit a wall when trying to run it.
Error relocating /usr/local/bin/aws: __strcat_chk: symbol not found
Error relocating /usr/local/bin/aws: __snprintf_chk: symbol not found
Error relocating /usr/local/bin/aws: __vfprintf_chk: symbol not found
Error relocating /usr/local/bin/aws: __strdup: symbol not found
Error relocating /usr/local/bin/aws: __stpcpy_chk: symbol not found
Error relocating /usr/local/bin/aws: __vsnprintf_chk: symbol not found
Error relocating /usr/local/bin/aws: __strncpy_chk: symbol not found
Error relocating /usr/local/bin/aws: __strcpy_chk: symbol not found
Error relocating /usr/local/bin/aws: __fprintf_chk: symbol not found
Error relocating /usr/local/bin/aws: __strncat_chk: symbol not found
Seems to be an issue with glibc which I believe Alpine doesn’t officially support. Was hoping to get lucky and find someone who had been there.
Anyway, thanks @Erik Osterman (Cloud Posse)
Hrm… darn, looks like running the binary won’t be possible.
Good give alpine-glibc
a try: https://hub.docker.com/r/frolvlad/alpine-glibc/
It is in our bucket list to support debian minimal.
Main challenge is adding a distribution for it here https://github.com/cloudposse/packages/
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
2020-06-18
what when running geodesic on a workstation, it mounts $HOME to /localhost for easy editing Files written in /localhost are owned by root, which is the UID inside of geodesic possible fix https://s…
possible fix