-
Notifications
You must be signed in to change notification settings - Fork 176
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
[8.0] feat(HTCondorCE): add option to submit with SSL #7630
Merged
Conversation
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
DIRACGridBot
added
the
alsoTargeting:integration
Cherry pick this PR to integration after merge
label
May 30, 2024
andresailer
changed the title
feat(HTCondorCE): add option to submit with SSL
[8.0] feat(HTCondorCE): add option to submit with SSL
May 30, 2024
aldbr
reviewed
May 30, 2024
andresailer
force-pushed
the
8.0_condor_ssl
branch
2 times, most recently
from
May 30, 2024 13:30
decf1af
to
7590beb
Compare
aldbr
reviewed
May 30, 2024
andresailer
force-pushed
the
8.0_condor_ssl
branch
3 times, most recently
from
May 30, 2024 14:16
07476b0
to
5f54c3b
Compare
set UseSSLSubmission = True to a computing element and provide the local userkey and usercert files in coordination with participating Sites as they have to configure DN of the submitting user
andresailer
force-pushed
the
8.0_condor_ssl
branch
from
May 30, 2024 14:23
5f54c3b
to
d2f7ca7
Compare
aldbr
approved these changes
May 30, 2024
"UseSSLSubmission" should be added in some documentation. |
It is documented in the module docstring. |
DIRACGridBot
added
sweep:done
All sweeping actions have been done for this PR
sweep:failed
Sweeping failed and needs manual intervention
labels
May 31, 2024
Sweep summary Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/9320593035 Failed:
|
andresailer
pushed a commit
to andresailer/DIRAC
that referenced
this pull request
Jun 4, 2024
[8.0] feat(HTCondorCE): add option to submit with SSL (cherry picked from commit bf44c17)
andresailer
added a commit
to andresailer/DIRAC
that referenced
this pull request
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
alsoTargeting:integration
Cherry pick this PR to integration after merge
sweep:done
All sweeping actions have been done for this PR
sweep:failed
Sweeping failed and needs manual intervention
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This let's me submit pilots to DESY, and hopefully also maybe other sites that will do the same.
BEGINRELEASENOTES
*Resources
NEW: HTCondorCE: Added UseSSLSubmission option. Allows one to use a configured DN at given Sites for job submission, instead of proxies or tokens. Only at participating CEs and conditions apply.
ENDRELEASENOTES
PS: Currently pilots are at the site, but DESY still has to configure something to make them run. So maybe there will be more changes.