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

fix(Resources): AREX can submit jobs without proxy (token only) #7824

Merged

Conversation

aldbr
Copy link
Contributor

@aldbr aldbr commented Oct 10, 2024

Until now, submission with tokens was not working with the AREXCE.
There is a bug preventing submission of jobs when a token is used along with a delegation ID.

(By the way, I wonder whether the delegation mechanism is useful in our context. I will make sure submission works without it, and if it's the case, then I will delete it from v9.)
Update: it is needed when we use proxies apparently.

BEGINRELEASENOTES
*Resources
FIX: AREX interactions with tokens
ENDRELEASENOTES

@DIRACGridBot DIRACGridBot added the alsoTargeting:integration Cherry pick this PR to integration after merge label Oct 10, 2024
@aldbr aldbr force-pushed the v8.0_FIX_AREXCE-token-integration branch from 1f7eb96 to 5d1ec59 Compare October 10, 2024 14:56
@chrisburr chrisburr merged commit b3cee1a into DIRACGrid:rel-v8r0 Oct 11, 2024
26 checks passed
@DIRACGridBot DIRACGridBot added sweep:done All sweeping actions have been done for this PR sweep:failed Sweeping failed and needs manual intervention labels Oct 11, 2024
@DIRACGridBot
Copy link

Sweep summary

Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/11300426303

Failed:

  • integration
    cherry-pick b3cee1a into integration failed
    check merge conflicts on a local copy of this repository
    git fetch upstream
    git checkout upstream/integration -b cherry-pick-2-b3cee1aa0-integration
    git cherry-pick -x -m 1 b3cee1aa0
    # Fix the conflicts
    git cherry-pick --continue
    git commit --amend -m 'sweep: #7824 fix(Resources): AREX can submit jobs without proxy (token only)' --author='aldbr <[email protected]>'
    git push -u origin cherry-pick-2-b3cee1aa0-integration
    
    # If you have the GitHub CLI installed the PR can be made with
    gh pr create \
         --label 'sweep:from rel-v8r0' \
         --base integration \
         --repo DIRACGrid/DIRAC \
         --title '[sweep:integration] fix(Resources): AREX can submit jobs without proxy (token only)' \
         --body 'Sweep #7824 `fix(Resources): AREX can submit jobs without proxy (token only)` to `integration`.
    
    Adding original author @aldbr as watcher.
    
    BEGINRELEASENOTES
    *Resources
    FIX: AREX interactions with tokens
    ENDRELEASENOTES
    Closes #7830'

aldbr added a commit to aldbr/DIRAC that referenced this pull request Oct 14, 2024
aldbr added a commit to aldbr/DIRAC that referenced this pull request Oct 14, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants