Skip to content

fix(policy): Remove Appropriate AuthN Policy#15326

Open
raykroeker wants to merge 7 commits into
mainfrom
raykroeker/policy-inbound-authn
Open

fix(policy): Remove Appropriate AuthN Policy#15326
raykroeker wants to merge 7 commits into
mainfrom
raykroeker/policy-inbound-authn

Conversation

@raykroeker
Copy link
Copy Markdown
Contributor

  • Delete from the appropriate policy map when handling delete and reset calls.
  • Mark state as changed when removing items.
  • Continue with the removal iteration (vs return) in the network authn reset.
  • Fix copy and paste strings.
  • Add some test cases.

Signed-off-by: Raymond Kroeker raymond@buoyant.io

 * Delete from the appropriate policy map when handling delete and reset
   calls.
 * Mark state as changed when removing items.
 * Continue with the removal iteration (vs return) in the network authn
   reset.
 * Fix copy and paste strings.
 * Add some test cases.
@raykroeker raykroeker marked this pull request as ready for review May 28, 2026 17:45
@raykroeker raykroeker requested a review from a team as a code owner May 28, 2026 17:45

if let Entry::Occupied(mut ns) = self.authentications.by_ns.entry(ns) {
tracing::debug!("Deleting MeshTLSAuthentication");
tracing::debug!("Deleting NetworkTLSAuthentication");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think this should be NetworkAuthentication not NetworkTLSAuthentication

@raykroeker
Copy link
Copy Markdown
Contributor Author

@adleong Sorry for extra merge commits. Thanks for the catch on the text error, should be ready for another pass.

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