Jack

Results 7 issues of Jack

Now that GitHub has shut down their legacy access for apps, users need to upgrade to a version of empire that supports `weblogin`, and we should probably remove the `login`...

Add a -print flag which accepts no additional arguments and prints any found SSM env vars to stdout instead of exec-ing a process with the env vars set. ```sh -print...

This adds `stacker_blueprints.iam_roles.IAMRole`, which creates an IAM Role, accepting a list of principals allowed to assume the role, and attached policies. It's expected that this would be used with an...

A value like 'ssm://foo/bar' will currently get picked up as a parameter named 'foo/bar', but then the lookup in AWS will fail. These changes add a simple validation that the...