-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move multiuser origin config to an example file
- Loading branch information
Showing
4 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
##################################################### | ||
# Pelican Origin Multiuser Configuration (OPTIONAL) | ||
# | ||
# Optional configuration that allows a Pelican origin to switch users | ||
# for reads/writes. Enable this configuration if your origin is | ||
# serving POSIX-mounted data that is also accessible from another | ||
# POSIX system (e.g., an HTCondor Access Point) | ||
##################################################### | ||
|
||
## If you need Pelican multiuser behavior, uncomment the following | ||
## lines and set both values to 'true' | ||
# Origin: | ||
# Multiuser: false | ||
# ScitokensMapSubject: false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,4 @@ XRootD: | |
|
||
Origin: | ||
NamespacePrefix: "/MY_NAMESPACE" | ||
Multiuser: false | ||
RunLocation: /run/pelican/xrootd/osdf-origin |
This file contains 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