Skip to content

Remove FIPS next-step echo from scripts/seed-secrets.sh #8

@ausbru87

Description

@ausbru87

Context

Part of the FIPS-removal effort. See REMOVE_FIPS_PLAN.md for the full plan and premise.

Scope

Drop the single FIPS "next steps" echo from scripts/seed-secrets.sh. This message instructed the user to run gh workflow run coder-fips.yml — a workflow being deleted in a separate issue.

Files to edit

  • scripts/seed-secrets.sh — delete the line that echoes 2. Build Coder FIPS image: gh workflow run coder-fips.yml from the "next steps" block, and renumber any subsequent echo steps so the ordered list is gap-free.

Files to leave unchanged

Confirmed by grep — no FIPS references in any other script:

  • scripts/rename-backend.sh
  • scripts/inject-outputs.sh
  • Makefile

Acceptance criteria

  • grep -rin fips scripts/ returns zero.
  • bash -n scripts/seed-secrets.sh succeeds (no syntax errors).
  • Remaining "next steps" echoes are numbered contiguously.

Dependencies

None.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanupDead code / cruft removalfips-removalRemove FIPS build/endpoint logicscriptsScripts / automation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions