-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document the *.local files in the non-container cache/origin install …
…instructions
- Loading branch information
1 parent
0bf719f
commit ff39df1
Showing
2 changed files
with
34 additions
and
0 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 |
---|---|---|
|
@@ -175,6 +175,23 @@ In addition, the origin service automatically uses the following SystemD units: | |
| `[email protected]` | Updates the authorization files periodically (unauthenticated instance) | | ||
| `[email protected]` | Updates the authorization files periodically (authenticated instance) | | ||
|
||
|
||
Making custom additions to authorization files (optional) | ||
--------------------------------------------------------- | ||
|
||
The `stash-authfile` services on the origin generate files that configure authorization for XRootD. | ||
You can put local additions to this configuration into separate files, according to this table: | ||
|
||
| **Purpose** | **Generated file** | **Local additions file** | | ||
| :------------------------------------------------------------- | :-------------------------------------- | :--------------------------------------------------- | | ||
| VOMS/SSL/X.509 auth config for unauthenticated origin instance | `/run/stash-origin/Authfile` | `/etc/xrootd/stash-origin-Authfile.local` | | ||
| VOMS/SSL/X.509 auth config for authenticated origin instance | `/run/stash-origin-auth/Authfile` | `/etc/xrootd/stash-origin-auth-Authfile.local` | | ||
| SciTokens config for authenticated origin instance | `/run/stash-origin-auth/scitokens.conf` | `/etc/xrootd/stash-origin-auth-scitokens.conf.local` | | ||
|
||
!!! note | ||
These local additions files are only used in XCache 3.5.0 and newer. | ||
|
||
|
||
Verifying the Origin Server | ||
--------------------------- | ||
|
||
|