Nuru

Results 167 comments of Nuru

I think this is sort of a duplicate of #208. I recommend using [Leapp](https://leapp.cloud) to handle the authentication aspects of cloud computing for all your applications. See some details as...

@AndrewFarley While I continue to recommend [Leapp](https://www.leapp.cloud/) to manage your AWS and Azure credentials, including MFA, I added [a better script-based solution](https://github.com/lensapp/lens/issues/208#issuecomment-1053845158) to "the other issue" that lets you access...

+1 need this right now

If you set `persistence.enabled: true` then it will use a Persistent Volume to store the queue

Cannot update yet, AWS CLI not compatible with PyYAML v6

@jcheroske We store the SSH key in AWS SSM using [chamber](https://github.com/segmentio/chamber) and then use our own [`kopsctl`](https://github.com/cloudposse/geodesic/blob/master/rootfs/usr/local/bin/kopsctl#L52-L106) to manage the keys and the login to the bastion.

- Make forwarding `ssh-agent` socket the default, document how to disable it. - Add the ability to configure wrapper preferences via a config file (`~/.geodesic/env` does not affect the wrapper)

The only robust way I see of handling this is, as @raehik suggests, calling `kubectl config current-context` and seeing if it returns an error, but that can take as much...

@raehik I would like to close this issue, but want to make sure you are supported. Please let us know: - Have you made peace with the existing behavior? -...

@dudymas I understand the need, but simply compiling the Dockerfile for M1 will not be sufficient. Geodesic bundles dozens (hundreds?) of executable binaries and we would have to have M1...