docs(proof): orgctl tested against a real IAM Identity Center org - #24
Merged
Merged
Conversation
Ran login, whoami, exec, shell, export-env, creds-process, sync-aws-config, check-policy, list-remote, audit-log, and logout for real against a real AWS Organization's Identity Center instance - two real accounts, real device-authorization logins, real ephemeral STS credentials. Exercised all three guardrail mechanisms for real: protected_account_ids (blocked on both exec and shell), deny_patterns, and require_confirmation_patterns (both the decline path and --yes). Every outcome (ok/blocked/cancelled) confirmed in the on-disk audit log with the correct reason recorded. Unlike this tool's earlier fix rounds (see CHANGELOG.md), this pass found nothing broken - documented as a real result rather than manufacturing findings where there weren't any. See docs/PROOF.md for the full claims/evidence table and what this run does not prove (keychain backend, multi-org, GovCloud, CloudWatch audit push, session-expiry cap).
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.
Ran
login,whoami,exec,shell,export-env,creds-process,sync-aws-config,check-policy,list-remote,audit-log, andlogoutfor real against a real AWS Organization's Identity Center instance — two real accounts, real device-authorization logins, real ephemeral STS credentials.Exercised all three guardrail mechanisms for real:
protected_account_ids(blocked on bothexecandshell),deny_patterns, andrequire_confirmation_patterns(both the decline path and--yes). Every outcome recorded correctly in the on-disk audit log with the right reason.Unlike this tool's earlier fix rounds, this pass found nothing broken. Documented as a genuine result in
docs/PROOF.mdrather than manufacturing findings where there weren't any — full claims/evidence table and what this run does not prove (keychain backend, multi-org, GovCloud, CloudWatch audit push, session-expiry cap, deliberate guardrail-bypass attempts) is there.