-
Hello,
It would be great to be able to do brew install `iamlive`. Once this reaches `1.0.0` or when you have time, would you mind updating the distribution mechanism to brew for Mac binaries?
Re…
-
### Describe the Bug
I've got a global .tool-versions file:
```
python 3.11.7
nodejs 20.11.0
rust 1.73.0
...
```
and installed typescript-language-server into it:
```
~ $ which tsserver
/…
-
Hi,
`Homebrew` is also a valid installation on Linux, but seems like the current tap only supports Mac. I'd appreciate if you add Linux support as well, thank you!
-
When retrieving a secret value the output for the resource ARN will be doubled like so:
{
"Effect": "Allow",
"Action": [
"secretsmanager:GetResourcePolicy",…
-
Hi @iann0036 , awesome tool to begin with and thanks for sharing with the community.
One thing I noticed is that when I run iamlive locally it generates the key pair in my home directory and works fi…
-
### What is the issue?
When using iamlive with proxy mode, when trying to upload object to s3 bucket getting:
```
An error occurred (NotImplemented) when calling the PutObject operation: A header y…
-
Typically, we prefer to specify all of the permissions that are needed, rather than wildcard it. This makes it explicit which permissions have been granted and also forces us to document when new per…
-
There is an `--account-id` command-line argument for passing in the AWS account ID in proxy mode. Given that the access key ID is available in the request HTTP headers and the account ID can be [rever…
-
On modern MacOS systems unsigned binaries will result in the OS blocking the running of the binary and require additional (confusing) manual steps to allow the binary to run. This will be some work, …
-
Hi,
I am trying to make a POC with iamlive, it seems that somehow iamlive proxy results in aws cli hanging on most of the operations.
I have set up env variables as per documentation; iamlive se…