-
From Bret Lowery:
I'm using the AWS and ALKS CLI on a PoC project. A Bash script on my EC2 instance makes this ALKS CLI call multiple times a day:
alks sessions open -a "912278622850/ALKSLabAdmin …
-
```
> yarn add alks
yarn add v1.0.2 …
-
I was about to fork this project and have it read from alks.db like the cli but noticed that there is some functionality already built, it this not in the release version?
https://github.com/Cox-Au…
-
It would be great if ALKS remembered which accounts you wanted to use, either by tracking which ones you use most or by adding "favorites". Often developers have a handful of accounts with a few role…
-
On my Windows 10 machine, while executing "alks developer configure", and after I select default ALKS account/role I would receive a "Error saving developer" message in the console.
I downloaded th…
-
Is there a way to mask the password when the provider prompts for it?
-
I have tried the following on 3 different Windows environments and found the same issue. Not sure if I some different order needs to be done on Windows, but the same steps work on a Mac:
`**alks d…
-
When a new key is requested, automatically add the key to the credentials file using the account alias and role as the profile.
For example,
[coxatlabs27-Admin]
aws_access_key_id=something
aws_secre…
-
Support syntax like `alks developer switch 8423XXXXX/ALKS_PowerUser` in the CLI. Should be fine to accept the entire account id/role string because users would likely put this in a shell alias anyway…