docs: fix Get Started and ensure-flow based on integrator feedback#196
Open
stevenolen wants to merge 1 commit intomainfrom
Open
docs: fix Get Started and ensure-flow based on integrator feedback#196stevenolen wants to merge 1 commit intomainfrom
stevenolen wants to merge 1 commit intomainfrom
Conversation
- Fix CLI build command: `just build-cmd` → `just cli` (GETTING_STARTED.md, PTD_CLI_REFERENCE.md) - Remove incorrect bootstrap step from control room step list in PTD_CLI_REFERENCE.md (control rooms don't have bootstrap, only workloads do) - Add bootstrap prerequisite warning in ensure-flow.md explaining that the state backend must exist before later steps can run, and how to use -v to diagnose missing bucket errors - Add IAM permissions section documenting admin.posit.team role setup, self-constraining policy, and custom_role alternative - Add Route 53 hosted zone and admin.posit.team role as explicit AWS prerequisites in Get Started guide
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.
Description
Fixes five documentation issues reported by an integrator testing PTD on AWS EKS.
Code Flow
N/A — documentation-only changes.
Category of change
Changes
just build-cmd→just cliin GETTING_STARTED.md and PTD_CLI_REFERENCE.md Development sectionbootstrapstep from control room steps in PTD_CLI_REFERENCE.md (code only registers bootstrap for workloads, not control rooms)-vsurfaces expected resource names on failureadmin.posit.teamrole setup viaptd admin generate-role, self-constraining policy guardrails, andcustom_roleescape hatchadmin.posit.teamIAM role as explicit prerequisites in the Get Started guideChecklist