rucio icon indicating copy to clipboard operation
rucio copied to clipboard

CI: remove unneeded provider from fts3restconfig #8280

Open panta-123 opened this issue 1 month ago • 1 comments

the clientID and client_secret are present in FTS DB: https://github.com/rucio/rucio/blob/master/etc/docker/dev/fts/entrypoint.sh#L26 FTS3 looks into DB directly for those. So remove it from config.

References: https://fts3-docs.web.cern.ch/fts3-docs/docs/install/token_configuration.html#add-tokenprovider-information-to-the-database "The FTS Token daemons read the TokenProvider configuration via the database (t_token_provider table)."

panta-123 avatar Dec 15 '25 18:12 panta-123

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 7.07%. Comparing base (9526397) to head (17c4d1e). :warning: Report is 1 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #8281   +/-   ##
======================================
  Coverage    7.07%   7.07%           
======================================
  Files         272     272           
  Lines       45752   45752           
======================================
  Hits         3238    3238           
  Misses      42514   42514           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Dec 15 '25 18:12 codecov[bot]