Skip to content

rebase - #8

Merged
techroy23 merged 34 commits into
testfrom
main
Jul 13, 2026
Merged

rebase#8
techroy23 merged 34 commits into
testfrom
main

Conversation

@techroy23

Copy link
Copy Markdown
Owner

No description provided.

techroy23 and others added 30 commits March 15, 2026 23:14
…nd updated nightly build. (#6)

Changes
- Fixed stable auth using wrong binary issue
- Added DEBUG mode for troubleshooting
- Improved panic/error line logging in authentication output (both
stable and nightly).
Log additional environment variables for debugging.
Removed user verification and creation for pelican, using UID and GID instead.
Bug: BUILD=jwt mode fails with "jwt mode requires exactly 1 argument" even when the auth-code is correctly passed as a positional argument.
Root cause: In entrypoint.sh, run_normal is called without "$@", so positional arguments passed to the container are silently dropped before the jwt case handler ever sees them.
Fix: run_normal "$@" — one character change, confirmed working locally by mounting the patched file into the container.
Bug: BUILD=jwt mode fails with "jwt mode requires exactly 1 argument"
even when the auth-code is correctly passed as a positional argument.
Root cause: In entrypoint.sh, run_normal is called without "$@", so
positional arguments passed to the container are silently dropped before
the jwt case handler ever sees them.
Fix: run_normal "$@" — one character change, confirmed working locally
by mounting the patched file into the container.
techroy23 and others added 4 commits July 7, 2026 01:48
…s it

The urnetwork/build repo's latest release (v2026.7.6) no longer includes
urnetwork-provider-*.tar.gz. Updated start_update.sh and workflow to
search older releases until finding one with the provider asset.
@techroy23
techroy23 merged commit 20a70c5 into test Jul 13, 2026
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