Skip to content

Cherry-picks for 2.10.23-RC.1#6054

Merged
neilalexander merged 16 commits intorelease/v2.10.23from
neil/21023rc1
Oct 29, 2024
Merged

Cherry-picks for 2.10.23-RC.1#6054
neilalexander merged 16 commits intorelease/v2.10.23from
neil/21023rc1

Conversation

ColinSullivan1 and others added 16 commits October 29, 2024 17:25
Signed-off-by: Colin Sullivan <colin@luxantsolutions.com>
This should allow access to `CERT_SYSTEM_STORE_LOCAL_MACHINE` from non-admin users.

Fixes #6018.

Signed-off-by: Neil Twigg <neil@nats.io>
Otherwise a lot of allocations escape to the heap due to the `json.Unmarshal()`.

Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
When receiving a message from a route, if the queue interest is
only routes and leaf connections, the server will always favor
the leaf kind. However, if there were more than one leaf connections
for the same queue group, the server will always pick the same
(the last one). It would change if new leaf were to connect or
disconnect/reconnect, but with a stable set, it would always
be the same.

This PR makes this selection somewhat random.

Resolves #6040

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Many of these are already defined so we don't need such a long
list of magic numbers.

Signed-off-by: Neil Twigg <neil@nats.io>
Input value should be hex-encoded string of the SHA1 thumbprint.

See: #6024

Signed-off-by: Neil Twigg <neil@nats.io>
Replaces #4384.

Co-authored-by: Daniel Modler <modler@linkbit.io>
Co-authored-by: Neil Twigg <neil@nats.io>
Signed-off-by: Neil Twigg <neil@nats.io>
…oded form

Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
@neilalexander neilalexander requested a review from a team as a code owner October 29, 2024 18:00
Copy link
Copy Markdown
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

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

LGTM

@neilalexander neilalexander merged commit 8f6dd32 into release/v2.10.23 Oct 29, 2024
@neilalexander neilalexander deleted the neil/21023rc1 branch October 29, 2024 18:57
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.

5 participants