fix: consistent ClientID assignment, close #470 by localnerve · Pull Request #472 · authorizerdev/authorizer

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@localnerve

Copy link Copy Markdown

Contributor

What does this PR do?

  • Fixes CLIENT_ID env variable not set on first start #470, make ClientID assignment consistent. Keeps the old policy, but if osClientID is there and different, use and update.
  • Fixes the testSuite to execute without crashing after prior API updates that result in correct err and nil responses (see test suite for updates, pretty minor, but necessary to keep test suite functional).

Which issue(s) does this PR fix?

#470

If this PR affects any API reference documentation, please share the updated endpoint references

No change

@lakhansamani lakhansamani merged commit 35c6083 into authorizerdev:main

Dec 30, 2025

@lakhansamani

Copy link Copy Markdown

Contributor

@localnerve thank you for fixing it and sorry for the delay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@lakhansamani lakhansamani lakhansamani approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

CLIENT_ID env variable not set on first start

2 participants

@localnerve @lakhansamani