Skip to content

Handle authfile and SciTokens config file#15

Merged
matyasselmeci merged 3 commits into
PelicanPlatform:mainfrom
h2zh:self-test
Jul 7, 2025
Merged

Handle authfile and SciTokens config file#15
matyasselmeci merged 3 commits into
PelicanPlatform:mainfrom
h2zh:self-test

Conversation

@h2zh

@h2zh h2zh commented May 5, 2025

Copy link
Copy Markdown
Contributor

Use xrdhttp-pelican to move authfile and SciTokens config file into the directories owned by xrootd user.

This PR works together with PelicanPlatform/pelican#2291

- Use xrdhttp-pelican to move them into the directories owned by xrootd user
Comment thread src/XrdHttpPelican.cc Outdated
@h2zh h2zh requested a review from bbockelm May 6, 2025 20:04
Comment thread src/XrdHttpPelican.cc Outdated
}
return;
} else if (data != 1 && data != 2 && data != 4 && data != 5) {
} else if (data < 0 || data > 7) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
} else if (data < 0 || data > 7) {
} else if (data <= 0 || data > 7) {

@matyasselmeci matyasselmeci left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM other than my one comment

@matyasselmeci matyasselmeci merged commit d563940 into PelicanPlatform:main Jul 7, 2025
3 checks passed
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.

3 participants