#geodesic (2022-04)
Discussions related to https://github.com/cloudposse/geodesic
Archive: https://archive.sweetops.com/geodesic/
2022-04-02
v0.152.5 Included Tools Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1190459518” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/779” data-hovercard-type=”pull_request”…
Included Tools Update AWS CLI packages @renovate (#779) This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.82 -> ==…
renovate has one repository available. Follow their code on GitHub.
This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.82 -> ==1.22.87 boto3 ==1.21.27 -> ==1.21.32 Release No…
2022-04-04
2022-04-16
v1.0.0 Initial release with production Semantic Versioning Initial release with production Semantic Versioning, part of Cloud Posse’s general policy to convert to production versioning as we make updates to relatively mature code. Changes since v0.152.5: Included Tools Update AWS CLI packages <a class=”user-mention notranslate” data-hovercard-type=”user” data-hovercard-url=”/users/renovate/hovercard” data-octo-click=”hovercard-link-click” data-octo-dimensions=”link_type:self”…
Initial release with production Semantic Versioning, part of Cloud Posse’s general policy to convert to production versioning as we make updates to relatively mature code. Changes since v0.152.5: …
Semantic Versioning spec and website
2022-04-23
v1.0.1 Included Tools Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1213008833” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/781“…
Included Tools Update AWS CLI packages @renovate (#781) This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.97 -> ==…
renovate has one repository available. Follow their code on GitHub.
This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.97 -> ==1.22.101 boto3 ==1.21.42 -> ==1.21.46 Release N…
2022-04-25
what’s the recommended way of running geodesic/atmos in github actions? i can’t figure out how to pass in the aws credentials into the container
update: just saw this issue in the leapp repo. https://github.com/Noovolari/leapp/issues/259 hopefully this gets merged soon!
Is your feature request related to a problem? Please describe.
We have a lot of profiles to setup and it would be nice to set them all up to Leapp, however, setting this all up in the GUI is painful so I was very happy when the 0.11.0 version announced the CLI. I played with the CLI today and noticed that many commands such as leapp sessions add
require a prompt and I cannot set configurations using switches like --session-name
, --profile-name
, etc.
This means that I cannot use the Leapp CLI to automate the GUI and so the Leapp CLI is more or less the same as the GUI.
Describe the solution you’d like
Add switches to each command so we can automate adding profiles
Describe alternatives you’ve considered
Use leapp to authenticate to our main identity user and use an extension or AWS SSO to switch roles instead of leapp
Additional context
N/A
what’s the recommended way of running geodesic/atmos in github actions? i can’t figure out how to pass in the aws credentials into the container
I wouldn’t look at this as a “geodesic” or “atmos” issue. However you would use creds in a container in GHA, is the answer.
I wouldn’t look to use leapp in a GHA workflow