server: add WithCookiePath for cookie auth - #72
Merged
Conversation
octobocto
added a commit
to LayerTwo-Labs/drivechain-frontends
that referenced
this pull request
Aug 8, 2026
Needs barebitcoin/btc-buf#72 (WithCookiePath).
octobocto
force-pushed
the
aug-08-cookie-path-option
branch
from
August 8, 2026 14:20
de9b065 to
61959aa
Compare
octobocto
added a commit
to LayerTwo-Labs/drivechain-frontends
that referenced
this pull request
Aug 8, 2026
orchestrator: drop static rpc creds from the conf orchestrator: resolve core datadir in one place orchestrator: simplify core auth selection orchestrator: resolve the core cookie path correctly orchestrator: route every core client through the resolver orchestrator: keep enforcer auth modes exclusive orchestrator: cookie auth in the integration script orchestrator: rebuild core clients on credential change orchestrator: report resolved core creds to clients cpuminer: resolve rpc creds per request orchestrator: keep cookie tests in temp datadirs orchestrator: fix nil-deref lint in tests orchestrator: point integ script at core datadir orchestrator: proxy auth via cookie file Needs barebitcoin/btc-buf#72 (WithCookiePath). bitwindow: bump btc-buf to match orchestrator
octobocto
added a commit
to LayerTwo-Labs/drivechain-frontends
that referenced
this pull request
Aug 8, 2026
orchestrator: drop static rpc creds from the conf orchestrator: resolve core datadir in one place orchestrator: simplify core auth selection orchestrator: resolve the core cookie path correctly orchestrator: route every core client through the resolver orchestrator: keep enforcer auth modes exclusive orchestrator: cookie auth in the integration script orchestrator: rebuild core clients on credential change orchestrator: report resolved core creds to clients cpuminer: resolve rpc creds per request orchestrator: keep cookie tests in temp datadirs orchestrator: fix nil-deref lint in tests orchestrator: point integ script at core datadir orchestrator: proxy auth via cookie file Needs barebitcoin/btc-buf#72 (WithCookiePath). bitwindow: bump btc-buf to match orchestrator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
WithCookiePathso callers can authenticate via Core's cookie file. The rpcclient re-reads the cookie when it changes, so a consumer survives a Core restart (which rewrites the cookie) without reconnecting. Ignored when a non-empty pass is supplied.