Merged
Conversation
chore: sync release to main
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: update the iam package * feat: implement rotate key * feat: implement key to policy commands * fix: attached users in policy get * feat: implement policy link/unlink to keys commands * refactor: extract shared selectPolicy helper for iam policy commands Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: guard against undefined users in link-key policy lookup Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
MantasMiksys
approved these changes
Apr 9, 2026
|
🎉 This PR is included in version 2.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Note
Medium Risk
Adds new IAM/access-key management operations (rotate secrets, attach/detach policies, link/unlink keys) which can directly affect credentials and permissions; also upgrades
@tigrisdata/iamto a new major version, increasing behavior/compatibility risk.Overview
Expands CLI IAM/access-key management. Adds new
access-keyscommands to rotate an access key secret, attach/detach IAM policies (with interactive selection when args are omitted), and list policies attached to a key (paginated output).Extends
iam policiestooling. Introduceslink-key,unlink-key, andlist-keysfor managing access keys attached to a policy, and refactors policy selection into a sharedselectPolicyhelper;policies getoutput now prints attached users asname (id).Release automation and deps. Updates the sync workflow to enable GitHub auto-merge for the release→main PR, and bumps
@tigrisdata/iamfrom^1.4.1to^2.1.0(lockfile updated).Reviewed by Cursor Bugbot for commit 1ca3853. Bugbot is set up for automated code reviews on this repo. Configure here.