Skip to content

redteam: live docs capture blocked for instances/devices CRUD (API 403 — distinct from license issue) #124

Description

@cdot65

Live input/output example capture under epic #83 (issue #95) of red-team instances and devices CRUD is blocked: every write attempt returns Error: AISEC_CLIENT_SIDE_ERROR:API error 403.

This is a different error from the license-expired pattern tracked in #111 — these endpoints reject writes on this tenant with an API 403 rather than the license-read-only message.

Blocked commands

  • airs redteam instances create
  • airs redteam instances get <uuid> (no instances exist on the tenant to read)
  • airs redteam instances update <uuid>
  • airs redteam instances delete <uuid>
  • airs redteam devices create
  • airs redteam devices update <uuid>
  • airs redteam devices delete <uuid>

Suggested next steps

  1. Determine whether the 403 is permission-scope (different role required), tenant-tier (instances/devices feature gate), or upstream API surface change.
  2. Once unblocked, capture input/output for each command and add sidecar entries in docs/cli/examples/redteam.yaml.
  3. Remove the allowlist entries + comments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions