feat: add IAM access key browser and rotation#49
Open
YoungJinJung wants to merge 1 commit intomainfrom
Open
Conversation
- Add IAM Access Key list view with status, age, and last-used date - Add Access Key rotation workflow: create → verify/apply → deactivate → delete - Auto-apply new key to ~/.aws/credentials for credential-based auth - Add clipboard support for copying new key as export commands - Highlight aged keys (>90 days) with warning indicator - Add confirmation prompt requiring key ID input before rotation - Update README with IAM features and key bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add IAM Access Key browser and rotation workflow to unic TUI.
~/.aws/credentials→ verify with STS GetCallerIdentity → deactivate old key → delete old key.exportcommands for quick terminal use.~/.aws/credentialsfor credential-based auth profiles, with verification step before allowing old key deactivation.Related Issues
Closes #27
Validation
make testpasses — unit tests added for IAM service layer, app update logic, config auth type, domain catalog, and credentials file management.make buildsucceeds.Checklist