Adam Števko

Results 17 issues of Adam Števko

marshmallow is used as a class serialization library in aws-gate. Pydantic has much simpler API, is more performant and easier to work with. We should replace it.

Every now and then happens that the instance fails to boot up and it would be good to have a way how to debug it, AWS just provided it. aws-gate...

help wanted
good first issue

Since 0.11.1, we are generating self-contained binaries for Windows. However, to make it work, the user has to download the binary, place it in path and this is too much...

help wanted

The current documentation is insufficient in terms of explaining different SSH features in aws-gate. It should contain the following: * clear explanation when to use `aws-gate ssh`, `aws-gate ssh-proxy` and...

User reached out that when using `aws-gate ssh OpsPublic` everything works as expected. However, when you try to use `scp OpsPublic.eu-west-1.default`, OpenSSH automatically lowercases the host name and it case...

We shoud improve the documentation by mentioning: * the need to install ec2-instance-connect * providing minimal all IAM permissions to run `aws-gate` * provide Athena queries / CloudWatch logs queries...

aws-gate should have type annotations, so we can do more linting and discover design issues.

good first issue

We should automatically update aws-gate formula repo every time a new version is released.

mfsbsd could create ZFS layout, which is compatible with beadm, so boot environments work out of the box. URL: https://forums.freebsd.org/threads/updating-existing-zfs-layout-to-beadm.44813/#post-250577

##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME - Core ##### SUMMARY localstack provides a way how to mock AWS services. It can be integrated with Java-based projects: https://github.com/localstack/localstack#integration-with-javajunit....

enhancement
help wanted