Version 0.18.0 adds AWS multi-session support for commercial accounts and a new utility for rotating Kion App API Keys. Rotation updates the configuration file or prints the key, depending on how the current key was supplied — printing is gated behind a user prompt so a key is never printed without confirmation. Configuration file operations were also improved: modifications now preserve comments and formatting. Also fixes a bug where the selection prompt printed duplicate CARs during stak/console operations.
AWS Multi-Session
- Add
aws_multi_session: trueunder the kion mapping in your config file
Kion App API Key Rotation
kion util rotate-api-keyrotates the API key for the default profile- For another profile:
kion --profile <PROFILE> util rotate-api-key - Setting
KION_API_KEYor passing--token <KION_API_KEY>rotates and prints the key instead of saving it to the config file
Added
- Adds support for AWS multi-session for commercial accounts via a new
aws_multi_sessionconfig field [/pull/118] - Adds
kion util rotate-api-keyfor rotating Kion App API Keys, plus supporting config helper changes [/pull/119]
Fixed
- Dedupes repeated CAR rows in selection prompts [/pull/116]