Skip to content

Use production WorkOS client ID for CLI login - #58

Merged
aflanagan merged 1 commit into
masterfrom
agent/cli-production-client-id
Sep 18, 2026
Merged

aflanagan merged 1 commit into
masterfrom
agent/cli-production-client-id

Conversation

@aflanagan

Copy link
Copy Markdown
Contributor

The CLI currently defaults to the placeholder client_cronitor_cli, so cronitor auth login cannot use the production WorkOS application without an environment override. Replace it with the production Public Connect client ID matching the server's prod.mcp-workos.cli-client-id vault setting.

The client ID is a public OAuth identifier. Existing environment and build overrides retain their precedence.

Validation in Docker with Go 1.26.2: the regression test fails with the placeholder and passes with the production ID; go test ./cmd ./lib passes. go vet ./cmd ./lib reports existing unkeyed TimezoneLocationName literals in cmd/root.go (unchanged by this PR).

@aflanagan
aflanagan merged commit 5ffcb5d into master Sep 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant