#geodesic (2020-06)

geodesic https://github.com/cloudposse/geodesic

Discussions related to https://github.com/cloudposse/geodesic

Archive: https://archive.sweetops.com/geodesic/

2020-06-17

Leo Zavala avatar
Leo Zavala

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.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We haven’t yet had a chance to kick the tires on the new cli.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We’re mostly using non-AWS SSO (e.g. gsuite), so haven’t tried using it with the cognito.

Leo Zavala avatar
Leo Zavala

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)

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Hrm… darn, looks like running the binary won’t be possible.

Jeremy G (Cloud Posse) avatar
Jeremy G (Cloud Posse)
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

It is in our bucket list to support debian minimal.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Main challenge is adding a distribution for it here https://github.com/cloudposse/packages/

cloudposse/packages

Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages

2020-06-18

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Files Written to Mounted Home Directory Owned by Root User · Issue #594 · cloudposse/geodesic

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…

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

possible fix

    keyboard_arrow_up