Skip to content

Support wildcard entries in SSO return_domain_whitelist - #2531

Open
benidk wants to merge 1 commit into
warp-tech:mainfrom
benidk:feat/wildcard-support-return_domain_whitelist
Open

Support wildcard entries in SSO return_domain_whitelist#2531
benidk wants to merge 1 commit into
warp-tech:mainfrom
benidk:feat/wildcard-support-return_domain_whitelist

Conversation

@benidk

@benidk benidk commented Aug 31, 2026

Copy link
Copy Markdown

Description

return_domain_whitelist only accepts exact hostnames, with no wildcard support, which is a problem for HTTP targets since their subdomains aren't a fixed known set.

This adds support for a *. prefix in whitelist entries, matching any subdomain of the given base (but not the bare domain itself), e.g. *.bastion.example.com. Plain entries keep matching exactly as before.

AI Usage

Choose the level of AI involvement for this PR.

  • Fully vibe coded
  • AI-designed, AI-coded, manually checked
  • Human-designed, AI-coded
  • Human-designed, human-coded (includes AI autocompletions and boilerplate gen)

This is not to block AI contributions but rather to speed up PR review (saves time on trying to deduce the logic behind AI hallucinations).

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