Skip to content

fix(web-admin): variableNameForRole uses wrong suffix APP_ID vs CLIENT_ID #2527

Description

@ggallen

Context

Pre-existing bug in the web admin code, surfaced during PR #2517 review.

Problem

web/admin/src/lib/layers/secrets.ts:10 generates FULLSEND_{ROLE}_APP_ID but the Go backend uses FULLSEND_{ROLE}_CLIENT_ID (internal/layers/secrets.go:187). This causes the admin UI to report incorrect missing variables.

Fix

Update variableNameForRole to use the _CLIENT_ID suffix matching the backend.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomerspriority/mediumNormal priority, plan for next cycleready-to-codeTriaged and ready for the code agenttype/bugConfirmed defect in existing behavior

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions