Skip to content

merge v3.1.3 - #387

Merged
ChrispyBacon-dev merged 16 commits into
stablefrom
unstable
Aug 5, 2026
Merged

merge v3.1.3#387
ChrispyBacon-dev merged 16 commits into
stablefrom
unstable

Conversation

@ChrispyBacon-dev

Copy link
Copy Markdown
Owner

see changelog for patch notes

ChrispyBacon-dev and others added 16 commits May 12, 2026 21:29
Tailscale: OAuth-based manager, API routes, settings UI, reconciler hooks,
config loader support, and Docker/env wiring.
Signed-off-by: Emre Koca <110906681+kocaemre@users.noreply.github.com>
Signed-off-by: Emre Koca <110906681+kocaemre@users.noreply.github.com>
…dation

Fix SimpleCache pattern invalidation
Update health check docs to use wget
@ChrispyBacon-dev
ChrispyBacon-dev merged commit a4e2536 into stable Aug 5, 2026
8 of 9 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ed1837aaf9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

return [
policy
for policy in group.get("policies", [])
if not is_default_deny_policy(policy)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve deny-only access groups

When an access group contains only the generated deny-everyone policy (for example, authenticated mode with no email/IdP rules, or an imported deny-all policy), this filter turns it into an empty policy list. resolve_access_group_policies() then returns no policies and the callers skip or delete the Cloudflare Access application, which makes the tunnel hostname unprotected instead of explicitly denied. Please keep the deny policy when it is the group's only effective rule, and only strip the default deny when there are preceding allow/bypass rules.

Useful? React with 👍 / 👎.

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.

3 participants