Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HTConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EKPCondor
HTConfig
Commits
4e2e7dfc
Commit
4e2e7dfc
authored
1 year ago
by
Matthias Schnepf
Browse files
Options
Downloads
Patches
Plain Diff
Allow Condor from docker network
parent
980bd106
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
0021.security.cfg
+7
-1
7 additions, 1 deletion
0021.security.cfg
with
7 additions
and
1 deletion
0021.security.cfg
+
7
−
1
View file @
4e2e7dfc
...
...
@@ -41,6 +41,9 @@ HostEtp = *$(DomainEtp)
# Cloud Resources
DomainCloudBwFor
=
bwforcluster
# Docker
DockerHost
=
172.16.0.0/12
# Nodes that securely join belong to us, hopefully
DEFAULT_DOMAIN_NAME
=
$(DomainEtp)
EMAIL_DOMAIN
=
$(FULL_HOSTNAME)
...
...
@@ -79,6 +82,8 @@ ALLOW_DAEMON = condor@$(DomainEtp), \
condor_pool@$(DomainEtp),
\
condor@$(DomainEtp),
\
condor_pool@$(DomainEtp),
\
condor@$(DockerHost),
\
condor_pool@(DockerHost),
\
condor@$(DomainCloudBwFor),
\
condor_pool@$(DomainCloudBwFor),
\
submit-side@matchsession
...
...
@@ -93,7 +98,8 @@ ALLOW_OWNER = $(FULL_HOSTNAME), $(IP_ADDRESS), $(ALLOW_ADMINISTRATOR)
ALLOW_WRITE
=
*$(DomainEtp),
\
*$(DomainEtp),
\
*$(DomainCloudBwFor),
\
$(DockerHost)
## Set certificate location to CVMFS to enable certificates from Grid sites
AUTH_SSL_CLIENT_CADIR
=
/cvmfs/grid.cern.ch/etc/grid-security/certificates
AUTH_SSL_CLIENT_CAFILE
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment