Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure to use grid-security to find CA certs. #237

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions opensciencegrid/ospool-ganglia/51-ganglia-ce-dashboards.conf
Original file line number Diff line number Diff line change
@@ -17,6 +17,11 @@ GANGLIAD_CE.GANGLIAD_RESET_METRICS_FILE = gangliad_ce
# All the hosted CEs what we monitor use SSL for authentication, so don't
# waste time (and log failures at FULLDEBUG) with other methods
GANGLIAD_CE.SEC_CLIENT_AUTHENTICATION_METHODS=SSL
# Practially all central managers setup by PATh use InCommon certs,
# so tell HTCSS where to find these CA certs. Don't bother to
# scope this just to the GANGLIAD_CE, just make it global so
# tools like condor_status will work as well.
AUTH_SSL_CLIENT_CADIR = /etc/grid-security/certificates

# We definitely wanna use projections when querying dozens of CEs !
# May as well use projections for all gangliad processes to save RAM.