feat(automation): add CT-Automation credential creation #253

Closed
simon wants to merge 1 commit from feat/ct-automation-credential-management into main
Owner

Summary

  • add a CT-Automation Credentials tab with create and safe metadata listing
  • add server-side credential creation through the CT-Automation credentials API
  • extend unit and E2E coverage for credential creation and listing

Validation

  • node --experimental-strip-types --test lib/automation/ct-automation-credential-step-core.test.mjs
  • pnpm --filter web type-check
  • pnpm --filter web lint -- app/(dashboard)/automation/jobs/ct-automation-jobs-client.tsx lib/actions/automation.ts lib/automation/ct-automation-api.ts lib/automation/ct-automation-credential-step-core.ts lib/automation/ct-automation-credential-step-core.test.mjs tests/e2e/fixtures/ct-automation.ts tests/e2e/automation/ct-automation-mvp.spec.ts
  • pnpm --filter web test:e2e tests/e2e/automation/ct-automation-mvp.spec.ts

Release notes

  • This is a web feature and should trigger the normal release/image flow after merge.
## Summary - add a CT-Automation Credentials tab with create and safe metadata listing - add server-side credential creation through the CT-Automation credentials API - extend unit and E2E coverage for credential creation and listing ## Validation - node --experimental-strip-types --test lib/automation/ct-automation-credential-step-core.test.mjs - pnpm --filter web type-check - pnpm --filter web lint -- app/(dashboard)/automation/jobs/ct-automation-jobs-client.tsx lib/actions/automation.ts lib/automation/ct-automation-api.ts lib/automation/ct-automation-credential-step-core.ts lib/automation/ct-automation-credential-step-core.test.mjs tests/e2e/fixtures/ct-automation.ts tests/e2e/automation/ct-automation-mvp.spec.ts - pnpm --filter web test:e2e tests/e2e/automation/ct-automation-mvp.spec.ts ## Release notes - This is a web feature and should trigger the normal release/image flow after merge.
feat(automation): add CT-Automation credential creation
Some checks failed
Conventional PR title / Conventional PR title (pull_request) Successful in 2s
PR Checks (Docker images) / Detect Docker image changes (pull_request) Successful in 16s
PR Checks (Docker images) / Ansible API contract (pull_request) Successful in 21s
PR Checks (Docker images) / Ingest Docker image (pull_request) Has been skipped
PR Checks (Docker images) / Ansible API Docker image (pull_request) Has been skipped
Secret Scan / gitleaks (pull_request) Failing after 32s
SAST / crypto-lint (no weak hashes / ciphers) (pull_request) Successful in 1m12s
SAST / semgrep (pull_request) Successful in 1m17s
SAST / trivy (filesystem) (pull_request) Failing after 1m45s
SAST / trivy (config / IaC) (pull_request) Failing after 1m46s
SAST / gosec (agent) (pull_request) Successful in 2m29s
SAST / gosec (ingest) (pull_request) Successful in 2m30s
PR Checks (Web) / Web (lint / type-check / build) (pull_request) Successful in 2m42s
PR Checks (Docker images) / Web Docker image (pull_request) Successful in 9m47s
801da33919
Author
Owner

Closing in favor of replacement PR #254. The replacement keeps the same feature scope and removes the literal private-key fixture that caused the secret-scan failure.

Closing in favor of replacement PR #254. The replacement keeps the same feature scope and removes the literal private-key fixture that caused the secret-scan failure.
simon closed this pull request 2026-05-30 08:15:46 +00:00
Some checks failed
Conventional PR title / Conventional PR title (pull_request) Successful in 2s
PR Checks (Docker images) / Detect Docker image changes (pull_request) Successful in 16s
PR Checks (Docker images) / Ansible API contract (pull_request) Successful in 21s
PR Checks (Docker images) / Ingest Docker image (pull_request) Has been skipped
PR Checks (Docker images) / Ansible API Docker image (pull_request) Has been skipped
Secret Scan / gitleaks (pull_request) Failing after 32s
SAST / crypto-lint (no weak hashes / ciphers) (pull_request) Successful in 1m12s
SAST / semgrep (pull_request) Successful in 1m17s
SAST / trivy (filesystem) (pull_request) Failing after 1m45s
SAST / trivy (config / IaC) (pull_request) Failing after 1m46s
SAST / gosec (agent) (pull_request) Successful in 2m29s
SAST / gosec (ingest) (pull_request) Successful in 2m30s
PR Checks (Web) / Web (lint / type-check / build) (pull_request) Successful in 2m42s
PR Checks (Docker images) / Web Docker image (pull_request) Successful in 9m47s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carrtech/ct-ops!253
No description provided.