Skip to content

20260408 allow dn rebinding#139

Merged
Firstyear merged 2 commits into
mainfrom
20260408-allow-dn-rebinding
Apr 8, 2026
Merged

20260408 allow dn rebinding#139
Firstyear merged 2 commits into
mainfrom
20260408-allow-dn-rebinding

Conversation

@Firstyear

Copy link
Copy Markdown
Member

This allows re-mapping a dn so that if you query the proxy as anonymous, the proxy will perform the query as though it is the mapped user.

Checklist

  • This pr contains no AI generated code
  • cargo fmt has been run
  • cargo clippy has been run
  • cargo test has been run and passes
  • book chapter included (if relevant)
  • design document included (if relevant)

@Firstyear
Firstyear enabled auto-merge (squash) April 8, 2026 05:10
Comment thread src/proxy.rs
None
}
});

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.

calling it cache_read_txn is a bit odd since you write with it later 😄

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It is a read transaction though, arc cache from concread allows submission of new items even in a read txn, and theyf are added asynchronously.

@Firstyear
Firstyear merged commit cb04207 into main Apr 8, 2026
5 checks passed
@Firstyear
Firstyear deleted the 20260408-allow-dn-rebinding branch April 8, 2026 05:19
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