Skip to content

Commit 123c2a9

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent b46e686 commit 123c2a9

File tree

1 file changed

+6
-2
lines changed
  • examples/snippets/.claude/skills/atmos-auth

1 file changed

+6
-2
lines changed

examples/snippets/.claude/skills/atmos-auth/SKILL.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ Profiles are defined in `profiles/<profile-name>/atmos.yaml`. Each maps identiti
6363
| ------------ | -------------------- | -------------------- | --------------------- |
6464
| `devops` | TerraformApplyAccess | TerraformApplyAccess | TerraformApplyAccess |
6565
| `developers` | TerraformStateAccess | TerraformApplyAccess | TerraformPlanAccess |
66-
| `managers` | TerraformStateAccess | TerraformPlanAccess | TerraformPlanAccess |
66+
| `managers` | TerraformApplyAccess | TerraformApplyAccess | TerraformApplyAccess |
67+
68+
Managers also have a `RootAccess` Permission Set for centralized root access to member accounts.
6769

6870
**Permission Set capabilities:**
6971

@@ -83,7 +85,9 @@ Examples:
8385

8486
## Special Cases
8587

86-
**superadmin profile**: IAM user with MFA for breakglass access. Avoid unless SSO is unavailable.
88+
**superadmin profile**: IAM user (`kind: aws/user`) with MFA in the root account. Used for coldstart/bootstrap
89+
before SSO is deployed, or as breakglass access. Assumes `OrganizationAccountAccessRole` into member accounts
90+
via identity chaining. Switch to your assigned SSO profile once the identity layer is deployed.
8791

8892
**github-plan profile**: OIDC-based authentication for CI/CD plan operations. Uses planner roles with read-only access.
8993

0 commit comments

Comments
 (0)