Skip to content

sync: fix missing policy annotations#1446

Merged
kenjenkins merged 1 commit into
mainfrom
kenjenkins/sync-api-missing-policy
Jun 18, 2026
Merged

sync: fix missing policy annotations#1446
kenjenkins merged 1 commit into
mainfrom
kenjenkins/sync-api-missing-policy

Conversation

@kenjenkins

Copy link
Copy Markdown
Contributor

Summary

The allow_public_unauthenticated_access and allow_any_authenticated_user annotations are not honored by the current unified API sync logic. These are part of the "Base" annotations rather than the "Policy" annotations, but they should still affect the derived policy. Make sure the conversion logic accounts for these annotations.

Related issues

https://linear.app/pomerium/issue/ENG-4147/ingress-controller-api-sync-ignores-allow-public-unauthenticated

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

The allow_public_unauthenticated_access and allow_any_authenticated_user
annotations are not honored by the current unified API sync logic. These
are part of the "Base" annotations rather than the "Policy" annotations,
but they should still affect the derived policy. Make sure the
conversion logic accounts for these annotations.
@kenjenkins kenjenkins requested a review from a team as a code owner June 17, 2026 22:38
@kenjenkins kenjenkins requested review from calebdoxsey and removed request for a team June 17, 2026 22:38
@kenjenkins kenjenkins merged commit ca2724e into main Jun 18, 2026
8 checks passed
@kenjenkins kenjenkins deleted the kenjenkins/sync-api-missing-policy branch June 18, 2026 17:47
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.

2 participants