Skip to content

feat(auth): add AUTH_ISSUERS env var via auth.issuers setting#413

Draft
sylr wants to merge 2 commits intomainfrom
feat/multi-issuers
Draft

feat(auth): add AUTH_ISSUERS env var via auth.issuers setting#413
sylr wants to merge 2 commits intomainfrom
feat/multi-issuers

Conversation

@sylr
Copy link
Contributor

@sylr sylr commented Feb 27, 2026

Allow configuring multiple auth issuers for protected modules by reading the auth.issuers setting and injecting AUTH_ISSUERS into all deployments.

Allow configuring multiple auth issuers for protected modules by reading
the auth.issuers setting and injecting AUTH_ISSUERS into all deployments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 27, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/multi-issuers

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

The auth.issuers setting was only injected via ProtectedEnvVars for
modules protected by auth, but the auth deployment's own container
was missing the AUTH_ISSUERS env var.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant