Skip to content

Commit 03dff3c

Browse files
Benbentwoclaude
andauthored
Fix broken Atmos Auth links (#899)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 089bd92 commit 03dff3c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

blog/2026-02-25-nextgen-component-migration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Before using Atmos Auth, ensure you have:
141141
1. **Atmos >= v1.155.0** — Atmos Auth requires a recent version of the Atmos CLI. Run `atmos version` to check.
142142
1. **AWS IAM Identity Center (SSO)** — For human users, Atmos Auth profiles authenticate via AWS SSO. You need IAM Identity Center configured in your `core-root` account with Permission Sets for Terraform access.
143143
1. **IAM roles for CI/CD** — For machine users, deploy the `iam-role` component with GitHub OIDC (or your CI provider's equivalent) in each target account.
144-
1. **Atmos Auth profiles configured** — Define profiles in your `atmos.yaml` that map to SSO Permission Sets or IAM roles. See [Atmos Auth](https://atmos.tools/cli/auth) for the configuration reference.
144+
1. **Atmos Auth profiles configured** — Define profiles in your `atmos.yaml` that map to SSO Permission Sets or IAM roles. See [Atmos Auth](https://atmos.tools/cli/configuration/auth) for the configuration reference.
145145
</Steps>
146146

147147
## How Provider Overrides Work
@@ -189,7 +189,7 @@ Configure Atmos Auth profiles in your `atmos.yaml`. This tells Atmos how to auth
189189
atmos auth login
190190
```
191191

192-
See [Atmos Auth](https://atmos.tools/cli/auth) for configuration details and the [prerequisites](#atmos-auth-prerequisites) section above.
192+
See [Atmos Auth](https://atmos.tools/cli/configuration/auth) for configuration details and the [prerequisites](#atmos-auth-prerequisites) section above.
193193

194194
### 2. Add the Static Account Map
195195

@@ -503,7 +503,7 @@ The net result: fewer components to manage, simpler authentication, no deploy or
503503
<Steps>
504504
1. [Deprecating Account-Map](/blog/deprecate-account-map/) — The full deprecation announcement
505505
1. [Migrate from Account-Map](/layers/project/tutorials/migrate-from-account-map/) — Detailed step-by-step migration guide
506-
1. [Atmos Auth](https://atmos.tools/cli/auth) — Authentication configuration reference
506+
1. [Atmos Auth](https://atmos.tools/cli/configuration/auth) — Authentication configuration reference
507507
1. [How to Log into AWS](/layers/identity/how-to-log-into-aws/) — Authentication workflows for human users
508508
</Steps>
509509

docs/layers/accounts/tutorials/legacy-account-map.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Intro from '@site/src/components/Intro';
88
import Steps from '@site/src/components/Steps';
99

1010
<Intro>
11-
The `account-map` component has been deprecated. The reference architecture now uses [Atmos Auth](https://atmos.tools/cli/auth) for authentication and [Atmos Functions](https://atmos.tools/core-concepts/stacks/templates/functions) for dynamic values, eliminating the need for `account-map` entirely.
11+
The `account-map` component has been deprecated. The reference architecture now uses [Atmos Auth](https://atmos.tools/cli/configuration/auth) for authentication and [Atmos Functions](https://atmos.tools/core-concepts/stacks/templates/functions) for dynamic values, eliminating the need for `account-map` entirely.
1212
</Intro>
1313

1414
## Why Deprecate Account Map?
@@ -55,7 +55,7 @@ If you have an existing deployment using the `account-map` component, see the mi
5555
## See Also
5656

5757
<Steps>
58-
1. [Atmos Auth](https://atmos.tools/cli/auth) — Authentication commands
58+
1. [Atmos Auth](https://atmos.tools/cli/configuration/auth) — Authentication commands
5959
1. [Atmos Functions](https://atmos.tools/core-concepts/stacks/templates/functions) — Dynamic value resolution
6060
1. [Identity Layer](/layers/identity/) — IAM Identity Center and access management
6161
</Steps>

docs/layers/project/tutorials/migrate-from-account-map.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `account-map` component is being deprecated in favor of a simpler approach t
2323

2424
<Steps>
2525
1. Stores account configuration directly in Atmos stack variables
26-
1. Uses [Atmos Auth](https://atmos.tools/cli/auth) for authentication before Terraform runs
26+
1. Uses [Atmos Auth](https://atmos.tools/cli/configuration/auth) for authentication before Terraform runs
2727
1. Uses [Atmos Functions](https://atmos.tools/core-concepts/stacks/templates/functions) for dynamic value resolution
2828
1. Enables brownfield adoption where accounts already exist
2929
</Steps>
@@ -284,7 +284,7 @@ This migration path is still being refined. For assistance:
284284

285285
<Steps>
286286
1. [Legacy Account Map](/layers/accounts/tutorials/legacy-account-map/) — Why account-map was deprecated
287-
1. [Atmos Auth](https://atmos.tools/cli/auth) — Authentication commands
287+
1. [Atmos Auth](https://atmos.tools/cli/configuration/auth) — Authentication commands
288288
1. [Atmos Functions](https://atmos.tools/core-concepts/stacks/templates/functions) — Dynamic value resolution
289289
1. [IAM Identity Center](/layers/identity/aws-sso/) — Permission Sets configuration
290290
</Steps>

internal/prd/deprecate-account-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,4 +509,4 @@ Note: GitOps pages remain accessible via direct URL but are removed from the sid
509509

510510
- [refarch-scaffold PR #818](https://github.com/cloudposse/refarch-scaffold/pull/818) - Implementation PR
511511
- [refarch-scaffold PRD](https://github.com/cloudposse/refarch-scaffold/blob/upstream-account-map-less/docs/prd/remove-account-map.md) - Original PRD
512-
- [Atmos Auth Documentation](https://atmos.tools/cli/auth/) - Atmos auth reference
512+
- [Atmos Auth Documentation](https://atmos.tools/cli/configuration/auth/) - Atmos auth reference

0 commit comments

Comments
 (0)